11 lines
168 B
Makefile
11 lines
168 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../misc ${.CURDIR}/../../../../sys/geom/virstor
|
|
|
|
GEOM_CLASS= virstor
|
|
|
|
SRCS+= binstream.c
|
|
SRCS+= g_virstor_md.c
|
|
|
|
.include <bsd.lib.mk>
|