Build package signing tools if OpenSSL is included in the build.

Prodded-by:	kkenn, this time.
This commit is contained in:
wes 2001-03-05 04:42:37 +00:00
parent 5a80b78ae6
commit 9362179220

View File

@ -2,4 +2,8 @@
SUBDIR=lib add create delete info update version
.if !defined(NO_OPENSSL)
SUBDIR+=sign
.endif
.include <bsd.subdir.mk>