summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-08-31 18:39:08 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-08-31 18:39:08 +0000
commit4c018912a92d2c83b6f71782607b96749705b12c (patch)
treef29e6173d4bc3c28e231e6cf371ee22487913b9a
parent9ea9730dfa18df2521fb4e524ddb947efa15221d (diff)
Notes
-rw-r--r--usr.sbin/pkg_install/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_install/Makefile b/usr.sbin/pkg_install/Makefile
index 138e1c9949c3..4fcb9b7cf0f4 100644
--- a/usr.sbin/pkg_install/Makefile
+++ b/usr.sbin/pkg_install/Makefile
@@ -1,10 +1,10 @@
# $FreeBSD$
-SUBDIR=lib add create delete info update version
+SUBDIR= lib add create delete info update version
.if exists(${.CURDIR}/../../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
-DISTRIBUTION=crypto
-SUBDIR+=sign
+DISTRIBUTION= crypto
+SUBDIR+= sign
.endif
.include <bsd.subdir.mk>