summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2003-01-09 12:04:21 +0000
committerdes <des@FreeBSD.org>2003-01-09 12:04:21 +0000
commitb046304055a4ee86f13003b3c28a24547052d467 (patch)
treea467fdea8f4ea1304a418c295983e5a94ddce1fc /usr.sbin
parent36c3989bb9f8a76d0a3d559d0ef93e71725c0ea5 (diff)
downloadFreeBSD-src-b046304055a4ee86f13003b3c28a24547052d467.zip
FreeBSD-src-b046304055a4ee86f13003b3c28a24547052d467.tar.gz
Actually, the canonical way would be syntactically correct.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pkg_install/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/Makefile b/usr.sbin/pkg_install/Makefile
index 992b8c0..6ffecc2 100644
--- a/usr.sbin/pkg_install/Makefile
+++ b/usr.sbin/pkg_install/Makefile
@@ -2,7 +2,7 @@
SUBDIR= lib add create delete info version
-.if !defined(NOCRYPT) && !defined(NOSECURE) !defined(NO_OPENSSL)
+.if !defined(NOCRYPT) && !defined(NOSECURE) && !defined(NO_OPENSSL)
DISTRIBUTION= crypto
SUBDIR+= sign
.endif
OpenPOWER on IntegriCloud