aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install
diff options
context:
space:
mode:
authorWes Peters <wes@FreeBSD.org>2001-04-24 08:59:40 +0000
committerWes Peters <wes@FreeBSD.org>2001-04-24 08:59:40 +0000
commitf39513d3be7ab57982d2c1fcc8a7741625315dde (patch)
tree7c6833e060e94e2b894de8f2725c0c5fa36c2288 /usr.sbin/pkg_install
parentda82ff05afecd0fe5b9d71a06f5035c05b7d6409 (diff)
Notes
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r--usr.sbin/pkg_install/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/Makefile b/usr.sbin/pkg_install/Makefile
index dd10bb3aa60d..2ea28461d23c 100644
--- a/usr.sbin/pkg_install/Makefile
+++ b/usr.sbin/pkg_install/Makefile
@@ -2,7 +2,8 @@
SUBDIR=lib add create delete info update version
-.if !defined(NO_OPENSSL)
+.if exists(../../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
+DISTRIBUTION=crypto
SUBDIR+=sign
.endif