freebsd-dev/usr.sbin/pkg_install/Makefile
2002-05-08 18:44:24 +00:00

11 lines
206 B
Makefile

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