summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/modules/geom/geom_vinum/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/modules/geom/geom_vinum/Makefile b/sys/modules/geom/geom_vinum/Makefile
new file mode 100644
index 0000000..9da7675
--- /dev/null
+++ b/sys/modules/geom/geom_vinum/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../../geom/vinum
+
+KMOD= geom_vinum
+SRCS= geom_vinum.c geom_vinum_drive.c geom_vinum_plex.c \
+ geom_vinum_volume.c geom_vinum_subr.c geom_vinum_raid5.c \
+ geom_vinum_share.c geom_vinum_list.c geom_vinum_rm.c \
+ geom_vinum_init.c geom_vinum_state.c
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud