Author: bapt
Date: Wed Jun  3 13:43:04 2015
New Revision: 283946
URL: https://svnweb.freebsd.org/changeset/base/283946

Log:
  Revert r283938 it is not needed anymore and broken
  
  gzip(1) cannot be used as bootstrap tools as it depends on syscalls that only
  exists on HEAD

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1  Wed Jun  3 13:32:28 2015        (r283945)
+++ head/Makefile.inc1  Wed Jun  3 13:43:04 2015        (r283946)
@@ -1366,8 +1366,7 @@ _kerberos5_bootstrap_tools= \
 .if ${MK_MANDOCDB} != "no"
 _libohash?=    lib/libohash
 _makewhatis=   lib/libsqlite3 \
-               usr.bin/mandoc \
-               usr.bin/gzip
+               usr.bin/mandoc
 ${_bt}-usr.bin/mandoc: ${_bt}-lib/libohash ${_bt}-lib/libsqlite3
 .else
 _makewhatis=usr.bin/makewhatis
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to