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

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

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

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