diff options
author | peter <peter@FreeBSD.org> | 2000-01-23 12:24:48 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-01-23 12:24:48 +0000 |
commit | 816e2438e45e2022457ee2caa3cfee7345a83fa9 (patch) | |
tree | ab08996ce6b08389cdba9f3fb0bf96a74e463f54 | |
parent | e33b0631fe9ffdb7d31b33366d24e341ac8b2c7c (diff) | |
download | FreeBSD-src-816e2438e45e2022457ee2caa3cfee7345a83fa9.zip FreeBSD-src-816e2438e45e2022457ee2caa3cfee7345a83fa9.tar.gz |
Bump configvers.h as a precaution. Although existing config files will
work unmodified still, new config files won't work on the old ones.
-rw-r--r-- | sys/conf/Makefile.alpha | 2 | ||||
-rw-r--r-- | sys/conf/Makefile.i386 | 2 | ||||
-rw-r--r-- | sys/conf/Makefile.pc98 | 2 | ||||
-rw-r--r-- | sys/conf/Makefile.powerpc | 2 | ||||
-rw-r--r-- | usr.sbin/config/configvers.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sys/conf/Makefile.alpha b/sys/conf/Makefile.alpha index 1c0312a..e6306db 100644 --- a/sys/conf/Makefile.alpha +++ b/sys/conf/Makefile.alpha @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 400017 +%VERSREQ= 400018 # Can be overridden by makeoptions or /etc/make.conf KERNEL?= kernel diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386 index 917f1ba..d774538 100644 --- a/sys/conf/Makefile.i386 +++ b/sys/conf/Makefile.i386 @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 400017 +%VERSREQ= 400018 # Can be overridden by makeoptions or /etc/make.conf KERNEL?= kernel diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98 index 6f87c68..8130af2 100644 --- a/sys/conf/Makefile.pc98 +++ b/sys/conf/Makefile.pc98 @@ -19,7 +19,7 @@ # # Which version of config(8) is required. -%VERSREQ= 400017 +%VERSREQ= 400018 # Can be overridden by makeoptions or /etc/make.conf KERNEL?= kernel diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index 917f1ba..d774538 100644 --- a/sys/conf/Makefile.powerpc +++ b/sys/conf/Makefile.powerpc @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 400017 +%VERSREQ= 400018 # Can be overridden by makeoptions or /etc/make.conf KERNEL?= kernel diff --git a/usr.sbin/config/configvers.h b/usr.sbin/config/configvers.h index f44b284..5b23c89 100644 --- a/usr.sbin/config/configvers.h +++ b/usr.sbin/config/configvers.h @@ -8,4 +8,4 @@ * * $FreeBSD$ */ -#define CONFIGVERS 400017 +#define CONFIGVERS 400018 |