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

SUBDIR=	lib add create delete info ${_sign} version

.if !defined(NO_CRYPT) && !defined(NO_OPENSSL)
_sign=	sign
.endif

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