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