K 10 svn:author V 4 rene K 8 svn:date V 27 2013-11-08T09:44:24.458997Z K 7 svn:log V 397 Change KMODDDIR to /boot/modules if it is set to /boot/kernel This allows upgrading a kernel without breaking any installed kernel ports because during the upgrade /boot/kernel is renamed to /boot/kernel.old , resulting in moved files. While /boot/modules is the default, it might be overridden by bsd.own.mk to /boot/kernel before kmod is included, so setting MODULES_WITH_WORLD has no effect. END