From 3e0bd8923f4c58f9bd38c8ecca657d9ff2c61d9e Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 4 Nov 2005 04:14:49 +0000 Subject: 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. --- sys/conf/Makefile.pc98 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/conf/Makefile.pc98') diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98 index 6c0b7a0..bee9486 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(./@/.) -- cgit v1.1