mirror of
https://github.com/opnsense/src.git
synced 2026-04-12 21:06:41 -04:00
9 lines
95 B
Makefile
9 lines
95 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../misc
|
|
|
|
GEOM_CLASS= raid
|
|
|
|
LIBADD= md
|
|
|
|
.include <bsd.lib.mk>
|