Create defaults/uuids and adjust the build to copy the file to /etc/defaults
[dragonfly/vkernel-mp.git] / usr.sbin / pkg_install / Makefile
blobe74ba2966b613a6fd7eb712fe82131a7f7a5313e
1 # $FreeBSD: src/usr.sbin/pkg_install/Makefile,v 1.15 2004/01/17 13:41:16 ru Exp $
2 # $DragonFly: src/usr.sbin/pkg_install/Makefile,v 1.7 2005/09/06 20:55:46 dillon Exp $
4 SUBDIR= lib add create delete info ${_sign} version
6 .if !defined(NO_CRYPT) && !defined(NO_OPENSSL)
7 _sign= sign
8 .endif
10 .include <bsd.subdir.mk>