Makefile revision 216468
1# $FreeBSD: head/sbin/geom/class/virstor/Makefile 216468 2010-12-15 23:24:34Z obrien $
2
3.PATH: ${.CURDIR}/../../misc ${.CURDIR}/../../../../sys/geom/virstor
4
5GEOM_CLASS=	virstor
6
7SRCS+=	binstream.c
8SRCS+=	g_virstor_md.c
9
10DPADD=	${LIBMD}
11LDADD=	-lmd
12
13.include <bsd.lib.mk>
14