freebsd-dev/sys/modules/geom/Makefile

35 lines
515 B
Makefile
Raw Normal View History

2003-05-31 18:36:41 +00:00
# $FreeBSD$
SYSDIR?=${.CURDIR}/../..
.include "${SYSDIR}/conf/kern.opts.mk"
SUBDIR= geom_bde \
geom_cache \
geom_concat \
geom_eli \
2004-05-03 21:12:29 +00:00
geom_gate \
geom_journal \
geom_label \
geom_linux_lvm \
geom_mirror \
geom_mountver \
geom_multipath \
geom_nop \
2008-03-02 05:54:34 +00:00
geom_part \
geom_raid \
2004-08-16 06:36:21 +00:00
geom_raid3 \
geom_sched \
2005-01-11 18:18:40 +00:00
geom_shsec \
geom_stripe \
geom_uncompress \
geom_uzip \
geom_vinum \
2007-10-26 08:23:57 +00:00
geom_virstor \
geom_zero
2003-05-31 18:36:41 +00:00
.if ${MK_CCD} != "no" || defined(ALL_MODULES)
SUBDIR+= geom_ccd
.endif
2003-05-31 18:36:41 +00:00
.include <bsd.subdir.mk>