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

.include <bsd.own.mk>

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

.if ${MK_OPENSSL} != "no"
_sign=	sign
.endif

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