1999-08-28 01:08:13 +00:00
|
|
|
# $FreeBSD$
|
1999-07-23 05:48:01 +00:00
|
|
|
|
2001-01-06 14:00:42 +00:00
|
|
|
.PATH: ${.CURDIR}/../../pci
|
|
|
|
|
|
|
|
KMOD= if_ti
|
|
|
|
SRCS= if_ti.c opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h
|
|
|
|
CLEANFILES= vlan.h
|
1999-07-23 05:48:01 +00:00
|
|
|
|
|
|
|
vlan.h:
|
|
|
|
touch vlan.h
|
|
|
|
|
2000-05-27 01:14:33 +00:00
|
|
|
.include <bsd.kmod.mk>
|