diff options
| author | Ulf Lilleengen <lulf@FreeBSD.org> | 2009-03-28 17:20:08 +0000 |
|---|---|---|
| committer | Ulf Lilleengen <lulf@FreeBSD.org> | 2009-03-28 17:20:08 +0000 |
| commit | c0b9797aa87bd4e81152f0d3d34007d74a1cee88 (patch) | |
| tree | 5e7f9ce749d55fb9cc8ca02210ab0d369c6900cd /sys/modules/geom | |
| parent | 4d59cc85e80d021c95e000553fcfaf02bdfc1b9e (diff) | |
Notes
Diffstat (limited to 'sys/modules/geom')
| -rw-r--r-- | sys/modules/geom/geom_vinum/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/geom/geom_vinum/Makefile b/sys/modules/geom/geom_vinum/Makefile index fe14515d108f..48ac962a96d4 100644 --- a/sys/modules/geom/geom_vinum/Makefile +++ b/sys/modules/geom/geom_vinum/Makefile @@ -3,10 +3,10 @@ .PATH: ${.CURDIR}/../../../geom/vinum KMOD= geom_vinum -SRCS= geom_vinum.c geom_vinum_drive.c geom_vinum_plex.c \ +SRCS= geom_vinum.c geom_vinum_create.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 geom_vinum_rename.c \ - geom_vinum_move.c + geom_vinum_move.c geom_vinum_events.c .include <bsd.kmod.mk> |
