Makefile revision 75903
1# $FreeBSD: head/usr.sbin/pkg_install/Makefile 75903 2001-04-24 08:59:40Z wes $
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