From c972b41b2fbd155e3bad5d5ff8c851fc87be6e69 Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 11 Jan 2000 13:19:57 +0000 Subject: [PATCH] Remove Bison from "bootstrap-tools" as we don't use it to build anything in /usr/src/ anymore. --- Makefile.inc1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 73c1ac2cdfc7..093d9bb9b5a4 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -461,8 +461,7 @@ _strfile= games/fortune/strfile .endif bootstrap-tools: -.for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef usr.sbin/config \ - gnu/usr.bin/bison +.for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef usr.sbin/config cd ${.CURDIR}/${_tool}; \ ${MAKE} obj; \ ${MAKE} depend; \