Canonical way of determining whether or not to use crypto.
This commit is contained in:
parent
212d0ee2a6
commit
53c8a6f970
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user