Canonical way of determining whether or not to use crypto.

This commit is contained in:
des 2003-01-09 11:57:58 +00:00
parent 212d0ee2a6
commit 53c8a6f970

View File

@ -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