1 2.PATH: ${SRCTOP}/sys/geom/mirror 3 4KMOD= geom_mirror 5SRCS= g_mirror.c 6SRCS+= g_mirror_ctl.c 7 8.include <bsd.kmod.mk> 9