]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/pkg_install/Makefile
This commit was generated by cvs2svn to compensate for changes in r79968,
[FreeBSD/FreeBSD.git] / usr.sbin / pkg_install / Makefile
1 # $FreeBSD$
2
3 SUBDIR=lib add create delete info update version
4
5 .if exists(../../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
6 DISTRIBUTION=crypto
7 SUBDIR+=sign
8 .endif
9
10 .include <bsd.subdir.mk>