summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.kmod.mk
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-07-07 05:12:33 +0000
committerimp <imp@FreeBSD.org>2000-07-07 05:12:33 +0000
commit15260d8384ad88ffd80abb3175dd10bee7b0913c (patch)
tree3f4c267f98dff068a07c0051a8516a70a91d4934 /share/mk/bsd.kmod.mk
parent6b46aa142473cd502bcfb82a2a66baf44fcf4d31 (diff)
downloadFreeBSD-src-15260d8384ad88ffd80abb3175dd10bee7b0913c.zip
FreeBSD-src-15260d8384ad88ffd80abb3175dd10bee7b0913c.tar.gz
Add ${.CURDIR}/../../../.. to the list of places we look for the
kernel. The new moudles/sound/drivers/foo pushes us down one more level.
Diffstat (limited to 'share/mk/bsd.kmod.mk')
-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 a931331..3056daa 100644
--- a/share/mk/bsd.kmod.mk
+++ b/share/mk/bsd.kmod.mk
@@ -1,7 +1,7 @@
# $FreeBSD$
# Search for kernel source tree in standard places.
-.for _dir in ${.CURDIR}/../.. ${.CURDIR}/../../.. /sys /usr/src/sys
+.for _dir in ${.CURDIR}/../.. ${.CURDIR}/../../.. ${.CURDIR}/../../../.. /sys /usr/src/sys
.if !defined(SYSDIR) && exists(${_dir}/kern/) && exists(${_dir}/conf/)
SYSDIR= ${_dir}
.endif
OpenPOWER on IntegriCloud