aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2003-01-09 11:57:58 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2003-01-09 11:57:58 +0000
commit9939988ef2ebc1b510098f207cfe8e4226fdafe7 (patch)
treec74b6a0ddba040ec5fc4574df8c4cfb66246b467 /usr.sbin
parent435dd29b279762f5cb302eb45374d2d60a52fafa (diff)
downloadsrc-9939988ef2ebc1b510098f207cfe8e4226fdafe7.tar.gz
src-9939988ef2ebc1b510098f207cfe8e4226fdafe7.zip
Canonical way of determining whether or not to use crypto.
Notes
Notes: svn path=/head/; revision=109000
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 16b8de958099..992b8c002ea0 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