mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
8 lines
147 B
Makefile
8 lines
147 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/bfe
|
|
|
|
KMOD= if_bfe
|
|
SRCS= if_bfe.c miibus_if.h miidevs.h device_if.h bus_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|