summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/Makefile
blob: 6ffecc2fdf8c38ef534d98a6eae48ebe5f760331 (plain)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

SUBDIR=	lib add create delete info version

.if !defined(NOCRYPT) && !defined(NOSECURE) && !defined(NO_OPENSSL)
DISTRIBUTION=	crypto
SUBDIR+= sign
.endif

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud