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.
This commit is contained in:
Mark Murray
2003-07-24 18:30:25 +00:00
parent 22b4909430
commit ebb9f0efa8
9 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -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