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.
This commit is contained in:
Mike Smith 2000-05-26 20:07:29 +00:00
parent 6f9febf93c
commit 1bdd62fc06

View File

@ -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"