summaryrefslogtreecommitdiffstats
path: root/sys/modules/twe
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-05-26 20:07:29 +0000
committermsmith <msmith@FreeBSD.org>2000-05-26 20:07:29 +0000
commit2f58d03cd509c1cac6d5922d8169888e8937410b (patch)
tree972e9a09f79cb9602a6e11a8ff6aaae04ed83451 /sys/modules/twe
parent96fd818f66ed6e6056d8d81fd44ffb2bced1924f (diff)
downloadFreeBSD-src-2f58d03cd509c1cac6d5922d8169888e8937410b.zip
FreeBSD-src-2f58d03cd509c1cac6d5922d8169888e8937410b.tar.gz
Some joker decided to make it even harder to build modules outside the
kernel, and rather than fix the make search path, hardcoded it into the module Makefiles themselves. Go with the herd.
Diffstat (limited to 'sys/modules/twe')
-rw-r--r--sys/modules/twe/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/twe/Makefile b/sys/modules/twe/Makefile
index 7142344..b7b2d40 100644
--- a/sys/modules/twe/Makefile
+++ b/sys/modules/twe/Makefile
@@ -4,4 +4,4 @@ KMOD = twe
SRCS = twe.c twe_disk.c device_if.h bus_if.h pci_if.h
.PATH: ${.CURDIR}/../../dev/twe
-.include <bsd.kmod.mk>
+.include "${.CURDIR}/../../conf/kmod.mk"
OpenPOWER on IntegriCloud