Makefile revision 80219
1# $FreeBSD: head/sys/modules/txp/Makefile 80219 2001-07-23 20:44:54Z 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
7CLEANFILES=	vlan.h
8
9vlan.h:
10	touch vlan.h
11
12.include <bsd.kmod.mk>
13