mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
9 lines
96 B
Makefile
9 lines
96 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../misc
|
|
|
|
GEOM_CLASS= raid3
|
|
|
|
LIBADD= md
|
|
|
|
.include <bsd.lib.mk>
|