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>
|