# $FreeBSD: stable/4/usr.sbin/pkg_install/Makefile 138803 2004-12-13 13:50:02Z marius $

SUBDIR=	lib add create delete info update version

.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
DISTRIBUTION=	crypto
SUBDIR+= sign
.endif

.include <bsd.subdir.mk>
