1# $FreeBSD$
2
3.PATH: ${SRCTOP}/sys/geom/raid3
4
5KMOD=	geom_raid3
6SRCS=	g_raid3.c
7SRCS+=	g_raid3_ctl.c
8
9.include <bsd.kmod.mk>
10