7dfbbcf668909847696045d4c3054a5cb99c078c
[dragonfly.git] / usr.sbin / pkg_install / Makefile
1 # $FreeBSD: src/usr.sbin/pkg_install/Makefile,v 1.5.2.7 2003/01/09 12:05:52 des Exp $
2 # $DragonFly: src/usr.sbin/pkg_install/Attic/Makefile,v 1.2 2003/06/17 04:29:59 dillon Exp $
3
4 SUBDIR= lib add create delete info update version
5
6 .if !defined(NOCRYPT) && !defined(NOSECURE) && !defined(NO_OPENSSL)
7 DISTRIBUTION=   crypto
8 SUBDIR+= sign
9 .endif
10
11 .include <bsd.subdir.mk>