aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/geom
diff options
context:
space:
mode:
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>