Makefile revision 60966
1# $FreeBSD: head/sys/modules/ti/Makefile 60966 2000-05-27 01:14:33Z peter $
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