summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2016-10-22 13:09:30 +0000
committerbapt <bapt@FreeBSD.org>2016-10-22 13:09:30 +0000
commit7237ecd817a1dd804265db11b20878ce7fbb9ad0 (patch)
tree26ccd7fd1227cb07da15e4057c1a7626b5caae32 /Makefile.inc1
parentdba91f37baba46b00a519372aa2d7b50df1a42e5 (diff)
downloadFreeBSD-src-7237ecd817a1dd804265db11b20878ce7fbb9ad0.zip
FreeBSD-src-7237ecd817a1dd804265db11b20878ce7fbb9ad0.tar.gz
MFC: 306864,307648
Groff is needed only if MK_GROFF and MK_SHAREDOCS are both true.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 4a18cb5..c148967 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1570,7 +1570,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
OpenPOWER on IntegriCloud