mirror of
https://github.com/opnsense/src.git
synced 2026-05-19 08:25:22 -04:00
11 lines
164 B
Makefile
11 lines
164 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../../dev/mfi
|
||
|
|
|
||
|
|
KMOD= mfip
|
||
|
|
SRCS= mfi_cam.c
|
||
|
|
SRCS+= opt_mfi.h opt_cam.h
|
||
|
|
SRCS+= device_if.h bus_if.h pci_if.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|