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