Deleted Added
full compact
Makefile (109002) Makefile (115157)
1# $FreeBSD: head/usr.sbin/pkg_install/Makefile 109002 2003-01-09 12:04:21Z des $
1# $FreeBSD: head/usr.sbin/pkg_install/Makefile 115157 2003-05-19 15:52:01Z des $
2
3SUBDIR= lib add create delete info version
4
2
3SUBDIR= lib add create delete info version
4
5.if !defined(NOCRYPT) && !defined(NOSECURE) && !defined(NO_OPENSSL)
5.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
6DISTRIBUTION= crypto
7SUBDIR+= sign
8.endif
9
10.include <bsd.subdir.mk>
6DISTRIBUTION= crypto
7SUBDIR+= sign
8.endif
9
10.include <bsd.subdir.mk>