1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../pci 4KMOD = if_ti 5SRCS = if_ti.c opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h 6CLEANFILES = vlan.h 7 8vlan.h: 9 touch vlan.h 10 11.include <bsd.kmod.mk> 12