--- src/sys/conf/kmod.mk 2006/02/15 17:13:33 1.24 +++ src/sys/conf/kmod.mk 2006/07/02 00:55:08 1.25 @@ -160,6 +160,7 @@ SYSDIR= ${_dir} .if !defined(SYSDIR) || !exists(${SYSDIR}/kern) .error "can't find kernel source tree" .endif +S= ${SYSDIR} # path=`(cd $$path && /bin/pwd)` ;