Build package signing tools if OpenSSL is included in the build.
Prodded-by: kkenn, this time.
This commit is contained in:
parent
5a80b78ae6
commit
9362179220
@ -2,4 +2,8 @@
|
||||
|
||||
SUBDIR=lib add create delete info update version
|
||||
|
||||
.if !defined(NO_OPENSSL)
|
||||
SUBDIR+=sign
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user