Makefile revision 80220
1# $FreeBSD: head/sys/modules/txp/Makefile 80220 2001-07-23 20:54:31Z wpaul $
2
3.PATH: ${.CURDIR}/../../dev/txp
4
5KMOD=	if_txp
6SRCS=	if_txp.c opt_bdg.h device_if.h bus_if.h pci_if.h vlan.h
7CLEANFILES=	vlan.h
8
9vlan.h:
10	touch vlan.h
11
12.include <bsd.kmod.mk>
13