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

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

KMOD=	if_fxp
SRCS=	if_fxp.c opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h miibus_if.h

CLEANFILES= vlan.h
vlan.h:
	echo '#define NVLAN 1' > vlan.h

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