aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-06-03 13:43:04 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-06-03 13:43:04 +0000
commit3e82c7224215d7cad88af3497d65fa72999a672d (patch)
treefb5eaa685a8e02d139304100b74a62f40a9d8d9e /Makefile.inc1
parent09faefdd44e1d5c9b1dabe50c6739ac72651a8a8 (diff)
downloadsrc-3e82c7224215d7cad88af3497d65fa72999a672d.tar.gz
src-3e82c7224215d7cad88af3497d65fa72999a672d.zip
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
Notes
Notes: svn path=/head/; revision=283946
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index acc3822df3da..167940449323 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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