summaryrefslogtreecommitdiffstats
path: root/sys/modules/fxp/Makefile
blob: 334c5644a4cd17513200de564cbb0c339c7d2ea4 (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:
	touch vlan.h

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