2d1661a5b6
transformation and graid3(8) userland utility, which can be used for configuration. No manual page yet, sorry. Hardware provided by: Daniel Seuffert
10 lines
130 B
Makefile
10 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>
|