summaryrefslogtreecommitdiffstats
path: root/sbin/geom/class/virstor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/geom/class/virstor/Makefile')
-rw-r--r--sbin/geom/class/virstor/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/sbin/geom/class/virstor/Makefile b/sbin/geom/class/virstor/Makefile
new file mode 100644
index 0000000..0b4d5cd
--- /dev/null
+++ b/sbin/geom/class/virstor/Makefile
@@ -0,0 +1,13 @@
+# $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>
OpenPOWER on IntegriCloud