mirror of
https://github.com/opnsense/src.git
synced 2026-04-10 11:58:54 -04:00
9 lines
94 B
Makefile
9 lines
94 B
Makefile
|
|
PACKAGE=geom
|
|
.PATH: ${.CURDIR:H:H}/misc
|
|
|
|
GEOM_CLASS= raid
|
|
|
|
LIBADD= md
|
|
|
|
.include <bsd.lib.mk>
|