diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-11-27 21:41:58 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-11-27 21:41:58 +0000 |
commit | a8e06f2a52b0f0d314082f4718215c23296542f1 (patch) | |
tree | 4c81f3ed60ddd5c6531684099ee2569e8bac8644 /sys/conf/Makefile.pc98 | |
parent | 554d7f674c83cbf59905ca1562a60bc424d06d6e (diff) |
Make config(8) understand ORed dependecies in "files*" and
improve tracking of known devices. Bump config(8) version.
Notes
Notes:
svn path=/head/; revision=152862
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 bee9486ba453..0e5885b4eea3 100644 --- a/sys/conf/Makefile.pc98 +++ b/sys/conf/Makefile.pc98 @@ -19,7 +19,7 @@ # # Which version of config(8) is required. -%VERSREQ= 600003 +%VERSREQ= 700000 .if !defined(S) .if exists(./@/.) |