freebsd-dev/sys/modules/geom/geom_raid3/Makefile
Pawel Jakub Dawidek 2d1661a5b6 Introduce GEOM RAID3 class, i.e. kernel module, which implements RAID3
transformation and graid3(8) userland utility, which can be used for
configuration. No manual page yet, sorry.

Hardware provided by:	Daniel Seuffert
2004-08-16 06:23:14 +00:00

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>