freebsd-dev/usr.sbin/pkg_install/Makefile
Dag-Erling Smørgrav 7691f66abf Retire the useless NOSECURE knob.
Approved by:	re (scottl)
2003-05-19 15:52:01 +00:00

11 lines
171 B
Makefile

# $FreeBSD$
SUBDIR= lib add create delete info version
.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
DISTRIBUTION= crypto
SUBDIR+= sign
.endif
.include <bsd.subdir.mk>