]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/sbin/geom/class/mirror/Makefile
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
[FreeBSD/FreeBSD.git] / 6 / 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>