mirror of
https://github.com/opnsense/src.git
synced 2026-03-18 00:25:50 -04:00
9 lines
128 B
Makefile
9 lines
128 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../../dev/amr
|
||
|
|
|
||
|
|
KMOD= amr_linux
|
||
|
|
SRCS= amr_linux.c device_if.h bus_if.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|