From 6af587dcab978e84831c3e039e742fb7c75a7e19 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 28 May 2002 07:30:21 +0000 Subject: [PATCH] Fixed the world breakage caused by my last commit. NOMAN is defined when building bootstrap-tools. Submitted by: jhay --- Makefile.inc1 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 956b1302c6fe..253d00466355 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -576,13 +576,9 @@ _strfile= games/fortune/strfile _cxx_consumers= gnu/usr.bin/gperf gnu/usr.bin/groff .endif -.if !defined(NOMAN) -_makewhatis= usr.bin/makewhatis -.endif - bootstrap-tools: .for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef \ - ${_makewhatis} usr.bin/rpcgen usr.bin/xargs usr.bin/xinstall \ + usr.bin/makewhatis usr.bin/rpcgen usr.bin/xargs usr.bin/xinstall \ usr.sbin/config usr.sbin/kbdcontrol \ ${_cxx_consumers} gnu/usr.bin/texinfo cd ${.CURDIR}/${_tool}; \