summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2003-01-09 11:57:58 +0000
committerdes <des@FreeBSD.org>2003-01-09 11:57:58 +0000
commit53c8a6f97046d95e082fae16cb33fd4f705a3cfe (patch)
treec74b6a0ddba040ec5fc4574df8c4cfb66246b467 /usr.sbin/pkg_install
parent212d0ee2a6ab1c2ee797409349d541f7f0b84d7e (diff)
downloadFreeBSD-src-53c8a6f97046d95e082fae16cb33fd4f705a3cfe.zip
FreeBSD-src-53c8a6f97046d95e082fae16cb33fd4f705a3cfe.tar.gz
Canonical way of determining whether or not to use crypto.
Diffstat (limited to 'usr.sbin/pkg_install')
-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 16b8de9..992b8c0 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 exists(${.CURDIR}/../../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
+.if !defined(NOCRYPT) && !defined(NOSECURE) !defined(NO_OPENSSL)
DISTRIBUTION= crypto
SUBDIR+= sign
.endif
OpenPOWER on IntegriCloud