mirror of
https://github.com/opnsense/src.git
synced 2026-02-09 22:06:55 -05:00
8 lines
119 B
Makefile
8 lines
119 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/aacraid
|
|
|
|
KMOD= aacraid_linux
|
|
SRCS= aacraid_linux.c
|
|
|
|
.include <bsd.kmod.mk>
|