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

.include <bsd.own.mk>

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

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

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