]> CyberLeo.Net >> Repos - FreeBSD/releng/9.3.git/blob - sbin/geom/class/raid3/Makefile
Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.
[FreeBSD/releng/9.3.git] / sbin / geom / class / raid3 / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../misc
4
5 GEOM_CLASS=     raid3
6
7 DPADD=  ${LIBMD}
8 LDADD=  -lmd
9
10 .include <bsd.lib.mk>