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

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

CLASS=	raid3

DPADD=	${LIBMD}
LDADD=	-lmd

.include <bsd.lib.mk>