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