aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/geom
diff options
context:
space:
mode:
authorLukas Ertl <le@FreeBSD.org>2005-11-19 20:25:18 +0000
committerLukas Ertl <le@FreeBSD.org>2005-11-19 20:25:18 +0000
commit57335408d4f807b8bc1694ec950a8529ddbe114a (patch)
treefda3443a50d99eceb3a79540e4c41b22a631e9e3 /sys/modules/geom
parentc62f97f5582575c0e2aa52e0039d66dad8805606 (diff)
Notes
Diffstat (limited to 'sys/modules/geom')
-rw-r--r--sys/modules/geom/geom_vinum/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/geom/geom_vinum/Makefile b/sys/modules/geom/geom_vinum/Makefile
index 35a1c9b1d41b..190ba5503b8b 100644
--- a/sys/modules/geom/geom_vinum/Makefile
+++ b/sys/modules/geom/geom_vinum/Makefile
@@ -6,6 +6,7 @@ KMOD= geom_vinum
SRCS= geom_vinum_drive.c geom_vinum.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
+ geom_vinum_init.c geom_vinum_state.c geom_vinum_rename.c \
+ geom_vinum_move.c
.include <bsd.kmod.mk>