freebsd-dev/sys/modules/geom/geom_virstor/Makefile
Pawel Jakub Dawidek f854db0bf5 Bring in the GEOM Virtualisation class, which allows to create huge GEOM
providers with limited physical storage and add physical storage as
needed.

Submitted by:	Ivan Voras
Sponsored by:	Google Summer of Code 2006
Approved by:	re (kensmith)
2007-09-23 07:34:23 +00:00

9 lines
142 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../../geom/virstor
KMOD= geom_virstor
SRCS= g_virstor.c g_virstor_md.c binstream.c
.include <bsd.kmod.mk>