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

SUBDIR=	lib add create delete info version

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

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