diff options
author | Warner Losh <imp@FreeBSD.org> | 2005-11-28 17:51:31 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2005-11-28 17:51:31 +0000 |
commit | 9fe342e741fc80f0b557b083dd4c4fa24ac2c4aa (patch) | |
tree | 39095301d1a63e5cdba6827a911751c929a6aa72 /sys/conf/Makefile.pc98 | |
parent | e85afe78fc500a977e66efe81a85a18e1db5a2ed (diff) |
Version 600004 is better than 700000 given other changes that are in
the pipeline. We had to bump the version for 600004 because the old
parser got confused and generated bogus output.
Approved by: ru@
Notes
Notes:
svn path=/head/; revision=152891
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 0e5885b4eea3..6c0b7a097dd4 100644 --- a/sys/conf/Makefile.pc98 +++ b/sys/conf/Makefile.pc98 @@ -19,7 +19,7 @@ # # Which version of config(8) is required. -%VERSREQ= 700000 +%VERSREQ= 600004 .if !defined(S) .if exists(./@/.) |