Deleted Added
full compact
Makefile (156813) Makefile (173295)
1# $FreeBSD: head/usr.sbin/pkg_install/Makefile 156813 2006-03-17 18:54:44Z ru $
1# $FreeBSD: head/usr.sbin/pkg_install/Makefile 173295 2007-11-02 22:46:30Z krion $
2
3.include <bsd.own.mk>
4
2
3.include <bsd.own.mk>
4
5SUBDIR= lib add create delete info ${_sign} version
5SUBDIR= lib add create delete info ${_sign} updating version
6
7.if ${MK_OPENSSL} != "no"
8_sign= sign
9.endif
10
11.include <bsd.subdir.mk>
6
7.if ${MK_OPENSSL} != "no"
8_sign= sign
9.endif
10
11.include <bsd.subdir.mk>