dce93cd06d
Approved by: scottl (mentor)
9 lines
119 B
Makefile
9 lines
119 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/aacraid
|
|
|
|
KMOD= aacraid_linux
|
|
SRCS= aacraid_linux.c
|
|
|
|
.include <bsd.kmod.mk>
|