diff options
author | John Baldwin <jhb@FreeBSD.org> | 2005-10-27 19:27:55 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2005-10-27 19:27:55 +0000 |
commit | b34b3c19c6edff443895a66ae34aed437e7b84de (patch) | |
tree | 42cb7eac2a76b68da7aebe33e28541a10fc3a59a /sys/conf/Makefile.pc98 | |
parent | d7f4443e7732ac0e0f9c0fbe3347694ec0a60c71 (diff) |
Bump config(8) version for the DEFAULTS change.
Notes
Notes:
svn path=/head/; revision=151763
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 32bb6f0df136..bee9486ba453 100644 --- a/sys/conf/Makefile.pc98 +++ b/sys/conf/Makefile.pc98 @@ -19,7 +19,7 @@ # # Which version of config(8) is required. -%VERSREQ= 600002 +%VERSREQ= 600003 .if !defined(S) .if exists(./@/.) |