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

.PATH: ${.CURDIR}/../../pci

KMOD=	if_tx
SRCS=	if_tx.c opt_bdg.h device_if.h bus_if.h pci_if.h
SRCS+=	miibus_if.h vlan.h
CLEANFILES = vlan.h

vlan.h:
	touch vlan.h

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