mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 13:58:30 -04:00
9 lines
95 B
Makefile
9 lines
95 B
Makefile
|
|
PACKAGE=geom
|
|
.PATH: ${.CURDIR:H:H}/misc
|
|
|
|
GEOM_CLASS= raid3
|
|
|
|
LIBADD= md
|
|
|
|
.include <bsd.lib.mk>
|