ルートパーティションが小さい場合はINSTALL_NODEBUGを加えなければなりません。

20060118:
This actually occured some time ago, but installing the kernel now also installs a bunch of symbol files for the kernel modules. This increases the size of /boot/kernel to about 67Mbytes. You will need twice this if you will eventually back this up to kernel.old on your next install.
実際にしばらく前に起こっていますが、カーネルのインストールはカーネルモジュールのシンボルファイル群も今はインストールしています。/boot/kernelのサイズが約67Mバイトに増加しました。次回のインストール時にkernel.oldにバックアップするなら、結局は2倍必要です。
If you have a shortage of room in your root partition, you should add -DINSTALL_NODEBUG to your make arguments or add INSTALL_NODEBUG="yes" to your /etc/make.conf.
もしルートパーティションの余裕が少ない場合は、makeの引数に-DINSTALL_NODEBUGを加えるかINSTALL_NODEBUG="yes"を/etc/make.confに加えるべきです。
$FreeBSD: src/UPDATING,v 1.435 2006/01/18 19:54:51 julian Exp $
$FreeBSD: src/UPDATING,v 1.436 2006/01/18 20:36:58 pav Exp $