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

SUBDIR=	lib add create delete info version

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

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