mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 06:45:34 -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>
|