1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/usr.sbin/pkg_install/Makefile
2001-08-02 18:21:48 +00:00

11 lines
213 B
Makefile

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