ef173b76811e52b1892654b03d0a851e9622e695
[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.3 2003/08/03 16:45:16 dillon Exp $
3
4 SUBDIR= lib add create delete info update version
5
6 .if !defined(NOCRYPT) && !defined(NO_OPENSSL)
7 DISTRIBUTION=   crypto
8 SUBDIR+= sign
9 .endif
10
11 .include <bsd.subdir.mk>