summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-01-11 13:19:57 +0000
committerobrien <obrien@FreeBSD.org>2000-01-11 13:19:57 +0000
commitc972b41b2fbd155e3bad5d5ff8c851fc87be6e69 (patch)
tree893de2556c3a4ef9dffb6227e9a6a324d30c5be9 /Makefile.inc1
parentf5d02a1957881d57f3f5a4538f3611ce9b15ab0f (diff)
downloadFreeBSD-src-c972b41b2fbd155e3bad5d5ff8c851fc87be6e69.zip
FreeBSD-src-c972b41b2fbd155e3bad5d5ff8c851fc87be6e69.tar.gz
Remove Bison from "bootstrap-tools" as we don't use it to build anything
in /usr/src/ anymore.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 73c1ac2..093d9bb 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; \
OpenPOWER on IntegriCloud