Fix MK_SHAREDOCS test from r306864

Groff is needed only if MK_GROFF and MK_SHAREDOCS are both true.
This commit is contained in:
Ed Maste 2016-10-19 17:42:45 +00:00
parent fca3dcdf4e
commit 801b39194a

View File

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