K 10 svn:author V 3 pjd K 8 svn:date V 27 2004-06-18T16:38:42.000000Z K 7 svn:log V 339 Check if ${_dir}/kern exists as well, because if it doesn't exists we will fail later and we can miss good kernel source tree directory. I found this trying to compile kld module and it finds 'conf/kmod.mk' in '../..', but it fails later, because there is no 'kern' directory, but there is valid kernel source tree still in /usr/src/sys/. END