mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 22:27:47 -04:00
11 lines
108 B
Makefile
11 lines
108 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../misc
|
||
|
|
|
||
|
|
CLASS= raid3
|
||
|
|
|
||
|
|
DPADD= ${LIBMD}
|
||
|
|
LDADD= -lmd
|
||
|
|
|
||
|
|
.include <bsd.lib.mk>
|