diff options
author | Warner Losh <imp@FreeBSD.org> | 2005-11-04 04:14:49 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2005-11-04 04:14:49 +0000 |
commit | 05b5ca733b74d91e44f20facbaf7a7f38b7961cc (patch) | |
tree | 76365444a09aaedf3857b5982d9d46bf10442649 /sys/conf/Makefile.pc98 | |
parent | d3e15dbaa0afafd2aac1e14c0fe2ecbd37bb5022 (diff) |
We don't bump the config version for additions to config that aren't
used in the base system. This has been much discussed in the past
(typically people giving me a hard time for it). Since all that was
added to config was nocpu, and since we don't use it, we don't need to
bump the version.
Notes
Notes:
svn path=/head/; revision=152026
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 6c0b7a097dd4..bee9486ba453 100644 --- a/sys/conf/Makefile.pc98 +++ b/sys/conf/Makefile.pc98 @@ -19,7 +19,7 @@ # # Which version of config(8) is required. -%VERSREQ= 600004 +%VERSREQ= 600003 .if !defined(S) .if exists(./@/.) |