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
|
|
PACKAGE=geom
|
|
.PATH: ${.CURDIR:H:H}/misc
|
|
|
|
GEOM_CLASS= raid3
|
|
|
|
LIBADD= md
|
|
|
|
.include <bsd.lib.mk>
|