xref: /freebsd/sys/modules/geom/geom_virstor/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1.PATH: ${SRCTOP}/sys/geom/virstor
2
3KMOD=	geom_virstor
4SRCS=	g_virstor.c g_virstor_md.c binstream.c
5
6.include <bsd.kmod.mk>
7