mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
transformation and graid3(8) userland utility, which can be used for configuration. No manual page yet, sorry. Hardware provided by: Daniel Seuffert
9 lines
130 B
Makefile
9 lines
130 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../geom/raid3
|
|
|
|
KMOD= geom_raid3
|
|
SRCS= g_raid3.c
|
|
SRCS+= g_raid3_ctl.c
|
|
|
|
.include <bsd.kmod.mk>
|