diff --git a/sys/conf/Makefile.amd64 b/sys/conf/Makefile.amd64 index 208140ce541..696ef55a3fb 100644 --- a/sys/conf/Makefile.amd64 +++ b/sys/conf/Makefile.amd64 @@ -18,7 +18,7 @@ # # Which version of config(8) is required. -%VERSREQ= 700000 +%VERSREQ= 600012 STD8X16FONT?= iso diff --git a/sys/conf/Makefile.arm b/sys/conf/Makefile.arm index 6749a6a6ed0..ba01cdc4083 100644 --- a/sys/conf/Makefile.arm +++ b/sys/conf/Makefile.arm @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 700000 +%VERSREQ= 600013 STD8X16FONT?= iso diff --git a/sys/conf/Makefile.arm64 b/sys/conf/Makefile.arm64 index 67afd46a701..324daa7cf17 100644 --- a/sys/conf/Makefile.arm64 +++ b/sys/conf/Makefile.arm64 @@ -18,7 +18,7 @@ # # Which version of config(8) is required. -%VERSREQ= 700000 +%VERSREQ= 600012 .if !defined(S) S= ../../.. diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386 index 072ca83a4cc..6b1eca42f1b 100644 --- a/sys/conf/Makefile.i386 +++ b/sys/conf/Makefile.i386 @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 700000 +%VERSREQ= 600012 STD8X16FONT?= iso diff --git a/sys/conf/Makefile.mips b/sys/conf/Makefile.mips index fa25050ef36..de006c018e6 100644 --- a/sys/conf/Makefile.mips +++ b/sys/conf/Makefile.mips @@ -15,7 +15,7 @@ # # Which version of config(8) is required. -%VERSREQ= 700000 +%VERSREQ= 600012 STD8X16FONT?= iso diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index 7a8257adabd..3d01a342d7d 100644 --- a/sys/conf/Makefile.powerpc +++ b/sys/conf/Makefile.powerpc @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 700000 +%VERSREQ= 600012 STD8X16FONT?= iso diff --git a/sys/conf/Makefile.riscv b/sys/conf/Makefile.riscv index 68ab587d4b0..1285acc886a 100644 --- a/sys/conf/Makefile.riscv +++ b/sys/conf/Makefile.riscv @@ -19,7 +19,7 @@ # # Which version of config(8) is required. -%VERSREQ= 700000 +%VERSREQ= 600012 .if !defined(S) S= ../../.. diff --git a/sys/conf/Makefile.sparc64 b/sys/conf/Makefile.sparc64 index ae0d6b92794..736f9cba363 100644 --- a/sys/conf/Makefile.sparc64 +++ b/sys/conf/Makefile.sparc64 @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 700000 +%VERSREQ= 600012 STD8X16FONT?= iso diff --git a/usr.sbin/config/configvers.h b/usr.sbin/config/configvers.h index e9e30b5d067..993fb9403cf 100644 --- a/usr.sbin/config/configvers.h +++ b/usr.sbin/config/configvers.h @@ -49,5 +49,5 @@ * * $FreeBSD$ */ -#define CONFIGVERS 700000 +#define CONFIGVERS 600015 #define MAJOR_VERS(x) ((x) / 100000)