aboutsummaryrefslogtreecommitdiff
path: root/sbin/geom/class/mirror/Makefile
blob: e38d617b6da5b9d731a4cf3642574aca70031e30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

.PATH: ${.CURDIR}/../../misc

GEOM_CLASS=	mirror

DPADD=	${LIBMD}
LDADD=	-lmd

.include <bsd.lib.mk>