Make the creation of the OpenSSL whatis(1) database conditional on

NOCRYPT and NO_OPENSSL.
This commit is contained in:
ru 2003-09-04 21:24:18 +00:00
parent 862461d8b4
commit f130294878

View File

@ -8,7 +8,9 @@ MAKEWHATIS?= makewhatis
makedb:
${MAKEWHATIS} ${DESTDIR}${BINDIR}/man
.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
${MAKEWHATIS} ${DESTDIR}${BINDIR}/openssl/man
.endif
.include "${.CURDIR}/../Makefile.inc"
.include <bsd.subdir.mk>