freebsd_amp_hwpstate/usr.sbin/pkg_install/Makefile

11 lines
193 B
Makefile

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