# $FreeBSD$

.PATH: ${SRCTOP}/sys/geom/mirror

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

.include <bsd.kmod.mk>