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

Prodded-by:	kkenn, this time.
This commit is contained in:
Wes Peters 2001-03-05 04:42:37 +00:00
parent ae383d0cc7
commit 056e5d6786
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73587

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>