1# $FreeBSD$
2
3.PATH: ${SRCTOP}/sys/geom/virstor
4
5KMOD=	geom_virstor
6SRCS=	g_virstor.c g_virstor_md.c binstream.c
7
8.include <bsd.kmod.mk>
9