summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/Makefile
blob: 2ea28461d23c7678808f3eca1c1d9496c91dd41a (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