diff options
author | imp <imp@FreeBSD.org> | 2001-07-02 05:36:32 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2001-07-02 05:36:32 +0000 |
commit | 5ac44852df42e6f01d87e29238b4535227733b3d (patch) | |
tree | a3408a72eeb4868b7596bf6f7881f02a483272c1 /sys/conf | |
parent | 03b74438190f6445a3cd813876ca622b52a91d20 (diff) | |
download | FreeBSD-src-5ac44852df42e6f01d87e29238b4535227733b3d.zip FreeBSD-src-5ac44852df42e6f01d87e29238b4535227733b3d.tar.gz |
Bump config version.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/Makefile.alpha | 2 | ||||
-rw-r--r-- | sys/conf/Makefile.i386 | 2 | ||||
-rw-r--r-- | sys/conf/Makefile.ia64 | 2 | ||||
-rw-r--r-- | sys/conf/Makefile.pc98 | 2 | ||||
-rw-r--r-- | 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 895a29e..64aacaf 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 50e914e..f3e936b 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 92a36e4..6fa83c4 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 32f0b93..a2b7f18 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 8d630fd..a83d870 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 |