Bump config(8) version and build requirement for config(8) to 600006. This

is caused by my latest changes to config(8). You're supposed to install new
config(8) in order to prevent yourself from seeing a warning about old
version of that tool.

You should configure the kernel with a new config(8) then.

Oked by:	rwatson, cognet (mentor)
This commit is contained in:
Wojciech A. Koszek 2007-05-13 02:36:41 +00:00
parent 67a09fffe1
commit 9e2f7513e1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169515
9 changed files with 9 additions and 9 deletions

View File

@ -18,7 +18,7 @@
#
# Which version of config(8) is required.
%VERSREQ= 600004
%VERSREQ= 600006
STD8X16FONT?= iso

View File

@ -17,7 +17,7 @@
#
# Which version of config(8) is required.
%VERSREQ= 600004
%VERSREQ= 600006
# Temporary stuff while we're still embryonic
NO_MODULES=

View File

@ -17,7 +17,7 @@
#
# Which version of config(8) is required.
%VERSREQ= 600004
%VERSREQ= 600006
STD8X16FONT?= iso

View File

@ -19,7 +19,7 @@
GCC3= you bet
# Which version of config(8) is required.
%VERSREQ= 600004
%VERSREQ= 600006
STD8X16FONT?= iso

View File

@ -19,7 +19,7 @@
#
# Which version of config(8) is required.
%VERSREQ= 600004
%VERSREQ= 600006
.if !defined(S)
.if exists(./@/.)

View File

@ -17,7 +17,7 @@
#
# Which version of config(8) is required.
%VERSREQ= 600004
%VERSREQ= 600006
STD8X16FONT?= iso

View File

@ -17,7 +17,7 @@
#
# Which version of config(8) is required.
%VERSREQ= 600004
%VERSREQ= 600006
STD8X16FONT?= iso

View File

@ -17,7 +17,7 @@
#
# Which version of config(8) is required.
%VERSREQ= 600004
%VERSREQ= 600006
STD8X16FONT?= iso

View File

@ -49,5 +49,5 @@
*
* $FreeBSD$
*/
#define CONFIGVERS 600005
#define CONFIGVERS 600006
#define MAJOR_VERS(x) ((x) / 100000)