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