mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
7 lines
135 B
Makefile
7 lines
135 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../pci
|
|
KMOD = if_fxp
|
|
SRCS = if_fxp.c opt_bdg.h device_if.h bus_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|