From 24ff5a3223ce1b11936f36b571a9c48e53a7998a Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 8 Oct 2016 18:57:11 +0000 Subject: [PATCH] groff is not needed in the bootstrap tools if the system is built WITHOUT_SHAREDOCS MFC after: 2 weeks --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 8393e865893f..9c47c7191734 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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