summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pkg_install/Makefile')
-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 2ea2846..286e20a 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(../../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
-DISTRIBUTION=crypto
-SUBDIR+=sign
+DISTRIBUTION= crypto
+SUBDIR+= sign
.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud