8 lines
137 B
Makefile
8 lines
137 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 <bsd.kmod.mk>
|