diff options
author | Wojciech A. Koszek <wkoszek@FreeBSD.org> | 2007-05-16 17:23:54 +0000 |
---|---|---|
committer | Wojciech A. Koszek <wkoszek@FreeBSD.org> | 2007-05-16 17:23:54 +0000 |
commit | 332fd25c9684b24ce3e615337eb1937f482e0368 (patch) | |
tree | 3627b4a1b9083d7f36f03520cb5e1e6c26be735c /sys/conf/Makefile.pc98 | |
parent | 35ef86f28512bfc7722e79bf164ca4782a262178 (diff) |
Revert config(8) version bump. It brings major pain for people working on
different versions of FreeBSD source tree.
Old config(8) can now be used unless you want to use INCLUDE_CONFIG_FILE
option.
Approved by: imp
Reviewed by: imp
Notes
Notes:
svn path=/head/; revision=169612
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 7019b849b8fa..18ee498bcf3a 100644 --- a/sys/conf/Makefile.pc98 +++ b/sys/conf/Makefile.pc98 @@ -19,7 +19,7 @@ # # Which version of config(8) is required. -%VERSREQ= 600006 +%VERSREQ= 600004 .if !defined(S) .if exists(./@/.) |