summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2012-05-22 15:59:07 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2012-05-22 15:59:07 +0000
commit5bfe3851cf7b0ec48f8ea928f113be6f079b521e (patch)
treedc67b8947110421e4e011162de1ce44da5a03da2 /Makefile.inc1
parentab27d5d88ad481ed9a29757fc437c1deade25495 (diff)
downloadsrc-test2-5bfe3851cf7b0ec48f8ea928f113be6f079b521e.tar.gz
src-test2-5bfe3851cf7b0ec48f8ea928f113be6f079b521e.zip
Bump __FreeBSD_version for the byacc import, and update _bootstrap_tools.
Notes
Notes: svn path=/head/; revision=235788
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc15
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 65e67b741aae..3cfebc2d7a91 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1021,6 +1021,9 @@ _sed= usr.bin/sed
.if ${BOOTSTRAPPING} < 900006
_lex= usr.bin/lex
+.endif
+
+.if ${BOOTSTRAPPING} < 1000013
_yacc= usr.bin/yacc
.endif
@@ -1081,8 +1084,8 @@ bootstrap-tools:
${_mklocale} \
usr.bin/rpcgen \
${_sed} \
- ${_lex} \
${_yacc} \
+ ${_lex} \
usr.bin/xinstall \
${_gensnmptree} \
usr.sbin/config