Remove 'pristine' file tree. It is no longer needed now that there is
[dragonfly.git] / usr.sbin / pkg_install / Makefile
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/Attic/Makefile,v 1.4 2004/07/30 04:46:11 dillon Exp $
3
4 SUBDIR= lib add create delete info ${_sign} version
5
6 .if !defined(NOCRYPT) && !defined(NO_OPENSSL)
7 _sign=  sign
8 .endif
9
10 .include <bsd.subdir.mk>