diff options
author | wkoszek <wkoszek@FreeBSD.org> | 2007-05-16 17:23:54 +0000 |
---|---|---|
committer | wkoszek <wkoszek@FreeBSD.org> | 2007-05-16 17:23:54 +0000 |
commit | 147aff09a75a56feb7cc653a7ab2c9b6c396bd69 (patch) | |
tree | 3627b4a1b9083d7f36f03520cb5e1e6c26be735c /sys/conf/Makefile.arm | |
parent | d98a9928ca4d6dfccb842a529e4ff10ee0263bf8 (diff) | |
download | FreeBSD-src-147aff09a75a56feb7cc653a7ab2c9b6c396bd69.zip FreeBSD-src-147aff09a75a56feb7cc653a7ab2c9b6c396bd69.tar.gz |
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
Diffstat (limited to 'sys/conf/Makefile.arm')
-rw-r--r-- | sys/conf/Makefile.arm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/Makefile.arm b/sys/conf/Makefile.arm index 2ba7f7d..10a9882 100644 --- a/sys/conf/Makefile.arm +++ b/sys/conf/Makefile.arm @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 600006 +%VERSREQ= 600004 # Temporary stuff while we're still embryonic NO_MODULES= |