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

in /usr/src/ anymore.
This commit is contained in:
obrien 2000-01-11 13:19:57 +00:00
parent f5d02a1957
commit c972b41b2f

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