mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
10 lines
108 B
Makefile
10 lines
108 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../misc
|
|
|
|
CLASS= raid3
|
|
|
|
DPADD= ${LIBMD}
|
|
LDADD= -lmd
|
|
|
|
.include <bsd.lib.mk>
|