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