質問です。
cvsupでkernelのソースを自動で落としたので
kernelの再構築を行おうと思い。

# cd /usr/src/sys/i386/conf
# cp GENERIC MYKERNEL2
# config MYKERNEL2
# cd ../compile
# make dep〜
と言う手順でやろうと思ったら。

configの段階で
ERROR: version of config(8) does not match kernel!
config version = 500013, version required = 600001

Make sure that /usr/src/usr.sbin/config is in sync
with your /usr/src/sys and install a new config binary
before trying this again.

If running the new config fails check your config
file against the GENERIC or LINT config files for
changes in config syntax, or option/device naming
conventions
このようなエラーが出ます。
何故でしょうか?