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:
parent
6f9febf93c
commit
1bdd62fc06
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user