summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-01-23 12:24:48 +0000
committerpeter <peter@FreeBSD.org>2000-01-23 12:24:48 +0000
commit816e2438e45e2022457ee2caa3cfee7345a83fa9 (patch)
treeab08996ce6b08389cdba9f3fb0bf96a74e463f54
parente33b0631fe9ffdb7d31b33366d24e341ac8b2c7c (diff)
downloadFreeBSD-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.alpha2
-rw-r--r--sys/conf/Makefile.i3862
-rw-r--r--sys/conf/Makefile.pc982
-rw-r--r--sys/conf/Makefile.powerpc2
-rw-r--r--usr.sbin/config/configvers.h2
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
OpenPOWER on IntegriCloud