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