groff is not needed in the bootstrap tools if the system is built

WITHOUT_SHAREDOCS

MFC after:	2 weeks
This commit is contained in:
Baptiste Daroussin 2016-10-08 18:57:11 +00:00
parent b5e34627d8
commit 24ff5a3223

View File

@ -1586,7 +1586,7 @@ _strfile= usr.bin/fortune/strfile
_gperf= gnu/usr.bin/gperf
.endif
.if ${MK_GROFF} != "no"
.if ${MK_SHAREDOCS} != "no" || ${MK_GROFF} != "no"
_groff= gnu/usr.bin/groff \
usr.bin/soelim
.endif