mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
9 lines
152 B
Makefile
9 lines
152 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/amr
|
|
|
|
KMOD= amr_cam
|
|
SRCS= amr_cam.c device_if.h bus_if.h
|
|
SRCS+= opt_cam.h opt_scsi.h
|
|
|
|
.include <bsd.kmod.mk>
|