summaryrefslogtreecommitdiffstats
path: root/sys/modules/ti/Makefile
blob: 701e9148caddb0086a4423cb13dc744c94fe8f21 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

.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

vlan.h:
	touch vlan.h

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud