Don't build pkg_sign tools if crypto is not installed, or is not
being built. Reviewed by: kkenn
This commit is contained in:
parent
bc517a98f4
commit
d2be0b4ae6
@ -2,7 +2,8 @@
|
||||
|
||||
SUBDIR=lib add create delete info update version
|
||||
|
||||
.if !defined(NO_OPENSSL)
|
||||
.if exists(../../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
|
||||
DISTRIBUTION=crypto
|
||||
SUBDIR+=sign
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user