From ab11128f3edfcd235ec82e1c150c8d8de0d0cc88 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 2 Jul 2001 05:36:32 +0000 Subject: [PATCH] Bump config version. --- sys/conf/Makefile.alpha | 2 +- sys/conf/Makefile.i386 | 2 +- sys/conf/Makefile.ia64 | 2 +- sys/conf/Makefile.pc98 | 2 +- sys/conf/Makefile.powerpc | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys/conf/Makefile.alpha b/sys/conf/Makefile.alpha index 895a29e760c..64aacaf45df 100644 --- a/sys/conf/Makefile.alpha +++ b/sys/conf/Makefile.alpha @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 500006 +%VERSREQ= 500007 # Can be overridden by makeoptions or /etc/make.conf KERNEL_KO?= kernel diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386 index 50e914ed4d3..f3e936b9fec 100644 --- a/sys/conf/Makefile.i386 +++ b/sys/conf/Makefile.i386 @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 500006 +%VERSREQ= 500007 # Can be overridden by makeoptions or /etc/make.conf KERNEL_KO?= kernel diff --git a/sys/conf/Makefile.ia64 b/sys/conf/Makefile.ia64 index 92a36e415a0..6fa83c4821f 100644 --- a/sys/conf/Makefile.ia64 +++ b/sys/conf/Makefile.ia64 @@ -27,7 +27,7 @@ OBJDUMP= ia64-unknown-linux-objdump MACHINE_ARCH= ia64 # Which version of config(8) is required. -%VERSREQ= 500006 +%VERSREQ= 500007 # Can be overridden by makeoptions or /etc/make.conf KERNEL_KO?= kernel diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98 index 32f0b938d98..a2b7f18b3a9 100644 --- a/sys/conf/Makefile.pc98 +++ b/sys/conf/Makefile.pc98 @@ -19,7 +19,7 @@ # # Which version of config(8) is required. -%VERSREQ= 500006 +%VERSREQ= 500007 # Can be overridden by makeoptions or /etc/make.conf KERNEL_KO?= kernel diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index 8d630fd03f2..a83d8700b3e 100644 --- a/sys/conf/Makefile.powerpc +++ b/sys/conf/Makefile.powerpc @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 500006 +%VERSREQ= 500007 # Temporary stuff while we're still embryonic NO_MODULES?= yes