1999-08-28 01:08:13 +00:00
|
|
|
# $FreeBSD$
|
1999-07-23 05:48:01 +00:00
|
|
|
|
1999-11-28 18:53:47 +00:00
|
|
|
.PATH: ${.CURDIR}/../../pci
|
1999-09-20 06:11:48 +00:00
|
|
|
KMOD = if_ti
|
1999-09-27 01:04:44 +00:00
|
|
|
SRCS = if_ti.c opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h
|
1999-11-28 18:53:47 +00:00
|
|
|
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>
|