Makefile revision 109000
1# $FreeBSD: head/usr.sbin/pkg_install/Makefile 109000 2003-01-09 11:57:58Z des $
2
3SUBDIR=	lib add create delete info version
4
5.if !defined(NOCRYPT) && !defined(NOSECURE) !defined(NO_OPENSSL)
6DISTRIBUTION=	crypto
7SUBDIR+= sign
8.endif
9
10.include <bsd.subdir.mk>
11