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

.PATH: ${.CURDIR}/../../dev/txp

KMOD=	if_txp
SRCS=	if_txp.c opt_bdg.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