aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2008-10-09 22:01:27 +0000
committerWarner Losh <imp@FreeBSD.org>2008-10-09 22:01:27 +0000
commit258f85b951e3b34c506cd61cdf2819c4c81e9267 (patch)
tree34fa4af9c40e87e528497eecb76ed6fdd49f2689
parent483b9e473933eabd951750338031d8742d9eee83 (diff)
Notes
-rw-r--r--share/mk/bsd.kmod.mk2
1 files changed, 1 insertions, 1 deletions
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