mirror of
https://github.com/opnsense/src.git
synced 2026-03-25 12:13:09 -04:00
12 lines
199 B
Makefile
12 lines
199 B
Makefile
# $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>
|