From ebb9f0efa8c69ce933e80805ae4fd9b3607d7ef3 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Thu, 24 Jul 2003 18:30:25 +0000 Subject: Don't check for the existance of src/crypto/ for building items that may contain crypto. The days of ITAR paranoia are over, and the simple macro tests that remain are sufficient. --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index 383ce01fcab2a..44c1f6aac2691 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -94,7 +94,7 @@ _libthr= libthr _libdisk= libdisk .endif -.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL) +.if !defined(NOCRYPT) && !defined(NO_OPENSSL) _libmp= libmp .endif -- cgit v1.3