# $FreeBSD$

.PATH: ${.CURDIR}/../../../geom/mirror

KMOD=	geom_mirror
SRCS=	g_mirror.c
SRCS+=	g_mirror_ctl.c

.include <bsd.kmod.mk>