diff options
author | John-Mark Gurney <jmg@FreeBSD.org> | 2005-02-10 21:15:31 +0000 |
---|---|---|
committer | John-Mark Gurney <jmg@FreeBSD.org> | 2005-02-10 21:15:31 +0000 |
commit | f80d2828148240f82e13e68fb235bb3d6defcd98 (patch) | |
tree | aed37507ec8bdd2526945c55a897cd8333e37331 /sys/conf/Makefile.pc98 | |
parent | 75737f342399196b8a721c4b058e27db58fe9281 (diff) |
bump the Makefile config versions now that config is 600001...
Forgotten by: des
Notes
Notes:
svn path=/head/; revision=141666
Diffstat (limited to 'sys/conf/Makefile.pc98')
-rw-r--r-- | sys/conf/Makefile.pc98 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98 index 161dbccddd89..449cc220b230 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(./@/.) |