freebsd-dev/usr.sbin/pkg_install/Makefile

12 lines
160 B
Makefile
Raw Normal View History

# $FreeBSD$
.include <bsd.own.mk>
SUBDIR= lib add create delete info ${_sign} version
.if ${MK_OPENSSL} != "no"
_sign= sign
.endif
.include <bsd.subdir.mk>