Fix MK_SHAREDOCS test from r306864
Groff is needed only if MK_GROFF and MK_SHAREDOCS are both true.
This commit is contained in:
parent
fca3dcdf4e
commit
801b39194a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user