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

SUBDIR=	lib add create delete info update version

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

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