193d9e768b
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
13 lines
380 B
Makefile
13 lines
380 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/geom/vinum
|
|
|
|
KMOD= geom_vinum
|
|
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_events.c
|
|
|
|
.include <bsd.kmod.mk>
|