From 3e82c7224215d7cad88af3497d65fa72999a672d Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 3 Jun 2015 13:43:04 +0000 Subject: [PATCH] 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 --- Makefile.inc1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index acc3822df3d..16794044932 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