From 5bfe3851cf7b0ec48f8ea928f113be6f079b521e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Tue, 22 May 2012 15:59:07 +0000 Subject: [PATCH] Bump __FreeBSD_version for the byacc import, and update _bootstrap_tools. --- Makefile.inc1 | 5 ++++- sys/sys/param.h | 2 +- 2 files changed, 5 insertions(+), 2 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 diff --git a/sys/sys/param.h b/sys/sys/param.h index 789ca6b754b6..240fd260b2ec 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -58,7 +58,7 @@ * in the range 5 to 9. */ #undef __FreeBSD_version -#define __FreeBSD_version 1000012 /* Master, propagated to newvers */ +#define __FreeBSD_version 1000013 /* Master, propagated to newvers */ /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,