Make the creation of the OpenSSL whatis(1) database conditional on
NOCRYPT and NO_OPENSSL.
This commit is contained in:
parent
862461d8b4
commit
f130294878
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user