f854db0bf5
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)
14 lines
192 B
Makefile
14 lines
192 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../misc ${.CURDIR}/../../../../sys/geom/virstor
|
|
|
|
CLASS= virstor
|
|
|
|
SRCS+= binstream.c
|
|
SRCS+= g_virstor_md.c
|
|
|
|
DPADD= ${LIBMD}
|
|
LDADD= -lmd
|
|
|
|
.include <bsd.lib.mk>
|