9 lines
132 B
Makefile
9 lines
132 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../pci
|
|
|
|
KMOD= if_ti
|
|
SRCS= if_ti.c opt_bdg.h device_if.h bus_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|