Author: bapt
Date: Sat Oct  8 18:57:11 2016
New Revision: 306864
URL: https://svnweb.freebsd.org/changeset/base/306864

Log:
  groff is not needed in the bootstrap tools if the system is built
  WITHOUT_SHAREDOCS
  
  MFC after:    2 weeks

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1  Sat Oct  8 18:44:29 2016        (r306863)
+++ head/Makefile.inc1  Sat Oct  8 18:57:11 2016        (r306864)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to