9 lines
145 B
Makefile
9 lines
145 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/ti
|
|
|
|
KMOD= if_ti
|
|
SRCS= if_ti.c device_if.h bus_if.h pci_if.h opt_ti.h opt_zero.h
|
|
|
|
.include <bsd.kmod.mk>
|