mirror of
https://github.com/opnsense/src.git
synced 2026-03-10 18:21:00 -04:00
9 lines
160 B
Makefile
9 lines
160 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../dev/bfe
|
||
|
|
|
||
|
|
KMOD= if_bfe
|
||
|
|
SRCS= if_bfe.c miibus_if.h miidevs.h opt_bdg.h device_if.h bus_if.h pci_if.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|