Makefile revision 156813
1# $FreeBSD: head/usr.sbin/pkg_install/Makefile 156813 2006-03-17 18:54:44Z ru $
2
3.include <bsd.own.mk>
4
5SUBDIR=	lib add create delete info ${_sign} version
6
7.if ${MK_OPENSSL} != "no"
8_sign=	sign
9.endif
10
11.include <bsd.subdir.mk>
12