Makefile revision 174475
1# $FreeBSD: head/usr.sbin/pkg_install/Makefile 174475 2007-12-09 11:01:58Z krion $
2
3.include <bsd.own.mk>
4
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>
12