Remove Bison from "bootstrap-tools" as we don't use it to build anything

in /usr/src/ anymore.
This commit is contained in:
David E. O'Brien 2000-01-11 13:19:57 +00:00
parent 559048567a
commit ae41b16cf0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55817

View File

@ -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; \