Makefile revision 80029
1# $FreeBSD: head/usr.sbin/pkg_install/Makefile 80029 2001-07-20 06:20:32Z obrien $
2
3SUBDIR=	lib add create delete info update version
4
5.if exists(../../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
6DISTRIBUTION=	crypto
7SUBDIR+= sign
8.endif
9
10.include <bsd.subdir.mk>
11