mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
10 lines
183 B
Makefile
10 lines
183 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/fe
|
|
|
|
KMOD= if_fe
|
|
SRCS= if_fe.c if_fe_isa.c if_fe_pccard.c
|
|
|
|
SRCS+= bus_if.h card_if.h device_if.h isa_if.h pccarddevs.h
|
|
|
|
.include <bsd.kmod.mk>
|