diff options
author | jmg <jmg@FreeBSD.org> | 2005-02-10 21:15:31 +0000 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 2005-02-10 21:15:31 +0000 |
commit | ad0e8354e0af089db5146f3e11af06e15484c82f (patch) | |
tree | aed37507ec8bdd2526945c55a897cd8333e37331 | |
parent | b86af53bf8a77f32648876bd4343ee913d70de58 (diff) | |
download | FreeBSD-src-ad0e8354e0af089db5146f3e11af06e15484c82f.zip FreeBSD-src-ad0e8354e0af089db5146f3e11af06e15484c82f.tar.gz |
bump the Makefile config versions now that config is 600001...
Forgotten by: des
-rw-r--r-- | sys/conf/Makefile.alpha | 2 | ||||
-rw-r--r-- | sys/conf/Makefile.amd64 | 2 | ||||
-rw-r--r-- | sys/conf/Makefile.arm | 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 | ||||
-rw-r--r-- | sys/conf/Makefile.sparc64 | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/sys/conf/Makefile.alpha b/sys/conf/Makefile.alpha index b310d5d..3087a9c 100644 --- a/sys/conf/Makefile.alpha +++ b/sys/conf/Makefile.alpha @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 600000 +%VERSREQ= 600001 .if !defined(S) .if exists(./@/.) diff --git a/sys/conf/Makefile.amd64 b/sys/conf/Makefile.amd64 index 9655247..40d5dc8 100644 --- a/sys/conf/Makefile.amd64 +++ b/sys/conf/Makefile.amd64 @@ -18,7 +18,7 @@ # # Which version of config(8) is required. -%VERSREQ= 600000 +%VERSREQ= 600001 STD8X16FONT?= iso diff --git a/sys/conf/Makefile.arm b/sys/conf/Makefile.arm index ca12fe6..c31e352 100644 --- a/sys/conf/Makefile.arm +++ b/sys/conf/Makefile.arm @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 600000 +%VERSREQ= 600001 # Temporary stuff while we're still embryonic NO_MODULES= diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386 index dd02522..bde3712 100644 --- a/sys/conf/Makefile.i386 +++ b/sys/conf/Makefile.i386 @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 600000 +%VERSREQ= 600001 STD8X16FONT?= iso diff --git a/sys/conf/Makefile.ia64 b/sys/conf/Makefile.ia64 index b543fbc..39b5590 100644 --- a/sys/conf/Makefile.ia64 +++ b/sys/conf/Makefile.ia64 @@ -19,7 +19,7 @@ GCC3= you bet # Which version of config(8) is required. -%VERSREQ= 600000 +%VERSREQ= 600001 STD8X16FONT?= iso diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98 index 161dbcc..449cc22 100644 --- a/sys/conf/Makefile.pc98 +++ b/sys/conf/Makefile.pc98 @@ -19,7 +19,7 @@ # # Which version of config(8) is required. -%VERSREQ= 600000 +%VERSREQ= 600001 .if !defined(S) .if exists(./@/.) diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index 80902b3..337d7c3 100644 --- a/sys/conf/Makefile.powerpc +++ b/sys/conf/Makefile.powerpc @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 600000 +%VERSREQ= 600001 STD8X16FONT?= iso diff --git a/sys/conf/Makefile.sparc64 b/sys/conf/Makefile.sparc64 index 357bc0f..e5ae49a 100644 --- a/sys/conf/Makefile.sparc64 +++ b/sys/conf/Makefile.sparc64 @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 600000 +%VERSREQ= 600001 STD8X16FONT?= iso |