From 258f85b951e3b34c506cd61cdf2819c4c81e9267 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 9 Oct 2008 22:01:27 +0000 Subject: ata module additions now nest ata modules one deeper than any prior module. Increase heuristic used to find them by one. --- share/mk/bsd.kmod.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/mk/bsd.kmod.mk b/share/mk/bsd.kmod.mk index 8cc15b09c5c4..9c0434f70564 100644 --- a/share/mk/bsd.kmod.mk +++ b/share/mk/bsd.kmod.mk @@ -2,7 +2,7 @@ # Search for kernel source tree in standard places. .for _dir in ${.CURDIR}/../.. ${.CURDIR}/../../.. ${.CURDIR}/../../../.. \ - /sys /usr/src/sys + ${.CURDIR}/../../../../.. /sys /usr/src/sys .if !defined(SYSDIR) && exists(${_dir}/kern/) && exists(${_dir}/conf/kmod.mk) SYSDIR= ${_dir} .endif -- cgit v1.3