kernel, and rather than fix the make search path, hardcoded it into the module Makefiles themselves. Go with the herd.
8 lines
155 B
Makefile
8 lines
155 B
Makefile
# $FreeBSD$
|
|
|
|
KMOD = twe
|
|
SRCS = twe.c twe_disk.c device_if.h bus_if.h pci_if.h
|
|
.PATH: ${.CURDIR}/../../dev/twe
|
|
|
|
.include "${.CURDIR}/../../conf/kmod.mk"
|