aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/geom/geom_mirror/Makefile
blob: 3e653ce540c4ba3afc99ee55863511e10e2a4e28 (plain) (blame)
1
2
3
4
5
6
7
8
9
# $FreeBSD$

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

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

.include <bsd.kmod.mk>