From 9939988ef2ebc1b510098f207cfe8e4226fdafe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Thu, 9 Jan 2003 11:57:58 +0000 Subject: Canonical way of determining whether or not to use crypto. --- usr.sbin/pkg_install/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin') 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 -- cgit v1.2.3