Makefile revision 216472
1# $FreeBSD: head/sbin/geom/class/virstor/Makefile 216472 2010-12-16 00:00:28Z obrien $
2
3.PATH: ${.CURDIR}/../../misc ${.CURDIR}/../../../../sys/geom/virstor
4
5GEOM_CLASS=	virstor
6
7SRCS+=	binstream.c
8SRCS+=	g_virstor_md.c
9
10.include <bsd.lib.mk>
11