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

.include <bsd.own.mk>

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

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

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