mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
11 lines
166 B
Makefile
11 lines
166 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../dev/arcmsr
|
||
|
|
|
||
|
|
KMOD= arcmsr
|
||
|
|
SRCS= arcmsr.c
|
||
|
|
SRCS+= opt_scsi.h opt_cam.h
|
||
|
|
SRCS+= device_if.h bus_if.h pci_if.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|