summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2005-11-05 21:14:19 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2005-11-05 21:14:19 +0000
commita25f55123efeb31c7bab469f4c229089ae719bc0 (patch)
tree6244b247fab0a3369f9bbedd369a6e8a504d3faf /emulators
parentUpdate to version 206 (diff)
Inherit KMODDIR.
Reported by: Alexander Drozdov <dzal_mail@mtu-net.ru> Tested by: Alexander Drozdov <dzal_mail@mtu-net.ru>
Notes
Notes: svn path=/head/; revision=147414
Diffstat (limited to 'emulators')
-rw-r--r--emulators/kqemu-kmod-devel/Makefile1
-rw-r--r--emulators/kqemu-kmod/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/emulators/kqemu-kmod-devel/Makefile b/emulators/kqemu-kmod-devel/Makefile
index 8c98a97ac26b..1257adadb797 100644
--- a/emulators/kqemu-kmod-devel/Makefile
+++ b/emulators/kqemu-kmod-devel/Makefile
@@ -27,6 +27,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
MAKEFILE= Makefile.freebsd
.include <bsd.port.pre.mk>
+MAKE_ENV+= KMODDIR="${KMODDIR}"
.if !exists(${SRC_BASE}/sys/Makefile)
IGNORE= kqemu requires kernel source to be installed
diff --git a/emulators/kqemu-kmod/Makefile b/emulators/kqemu-kmod/Makefile
index 8c98a97ac26b..1257adadb797 100644
--- a/emulators/kqemu-kmod/Makefile
+++ b/emulators/kqemu-kmod/Makefile
@@ -27,6 +27,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
MAKEFILE= Makefile.freebsd
.include <bsd.port.pre.mk>
+MAKE_ENV+= KMODDIR="${KMODDIR}"
.if !exists(${SRC_BASE}/sys/Makefile)
IGNORE= kqemu requires kernel source to be installed