diff --git a/sys/conf/Makefile.amd64 b/sys/conf/Makefile.amd64 index 1032a51ac334..3b8e4f3014a0 100644 --- a/sys/conf/Makefile.amd64 +++ b/sys/conf/Makefile.amd64 @@ -18,7 +18,7 @@ # # Which version of config(8) is required. -%VERSREQ= 600004 +%VERSREQ= 600006 STD8X16FONT?= iso diff --git a/sys/conf/Makefile.arm b/sys/conf/Makefile.arm index 10a98828ccc4..2ba7f7df0aac 100644 --- a/sys/conf/Makefile.arm +++ b/sys/conf/Makefile.arm @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 600004 +%VERSREQ= 600006 # Temporary stuff while we're still embryonic NO_MODULES= diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386 index f8a8365c448e..181c1a949b33 100644 --- a/sys/conf/Makefile.i386 +++ b/sys/conf/Makefile.i386 @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 600004 +%VERSREQ= 600006 STD8X16FONT?= iso diff --git a/sys/conf/Makefile.ia64 b/sys/conf/Makefile.ia64 index 2139b172cafa..6ac5a4a03ac9 100644 --- a/sys/conf/Makefile.ia64 +++ b/sys/conf/Makefile.ia64 @@ -19,7 +19,7 @@ GCC3= you bet # Which version of config(8) is required. -%VERSREQ= 600004 +%VERSREQ= 600006 STD8X16FONT?= iso diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98 index 18ee498bcf3a..7019b849b8fa 100644 --- a/sys/conf/Makefile.pc98 +++ b/sys/conf/Makefile.pc98 @@ -19,7 +19,7 @@ # # Which version of config(8) is required. -%VERSREQ= 600004 +%VERSREQ= 600006 .if !defined(S) .if exists(./@/.) diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index 81b1bb483359..0ad017eb8eb3 100644 --- a/sys/conf/Makefile.powerpc +++ b/sys/conf/Makefile.powerpc @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 600004 +%VERSREQ= 600006 STD8X16FONT?= iso diff --git a/sys/conf/Makefile.sparc64 b/sys/conf/Makefile.sparc64 index 947ec87ace50..7fcde6bb7c8f 100644 --- a/sys/conf/Makefile.sparc64 +++ b/sys/conf/Makefile.sparc64 @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 600004 +%VERSREQ= 600006 STD8X16FONT?= iso diff --git a/sys/conf/Makefile.sun4v b/sys/conf/Makefile.sun4v index 947ec87ace50..7fcde6bb7c8f 100644 --- a/sys/conf/Makefile.sun4v +++ b/sys/conf/Makefile.sun4v @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 600004 +%VERSREQ= 600006 STD8X16FONT?= iso diff --git a/usr.sbin/config/configvers.h b/usr.sbin/config/configvers.h index 7ff758131966..2bcce1168409 100644 --- a/usr.sbin/config/configvers.h +++ b/usr.sbin/config/configvers.h @@ -49,5 +49,5 @@ * * $FreeBSD$ */ -#define CONFIGVERS 600005 +#define CONFIGVERS 600006 #define MAJOR_VERS(x) ((x) / 100000)