summaryrefslogtreecommitdiffstats
path: root/sys/modules/geom
diff options
context:
space:
mode:
authorle <le@FreeBSD.org>2004-06-12 21:18:40 +0000
committerle <le@FreeBSD.org>2004-06-12 21:18:40 +0000
commitdc91f66bc8bbcb01954862201b982c90f7cc55aa (patch)
tree2c2bec2971f654e2b5cda12b293b29565ae6748e /sys/modules/geom
parentcf31d52b42bd2309bb855b34e8260283eabfc570 (diff)
downloadFreeBSD-src-dc91f66bc8bbcb01954862201b982c90f7cc55aa.zip
FreeBSD-src-dc91f66bc8bbcb01954862201b982c90f7cc55aa.tar.gz
Add a module directory for geom_vinum.
Diffstat (limited to 'sys/modules/geom')
-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