freebsd-dev/sys/modules/geom/Makefile
Edward Tomasz Napierala b3f9d8c804 Add gmountver, disk mount verification GEOM class.
Note that due to e.g. write throttling ('wdrain'), it can stall all the disk
I/O instead of just the device it's configured for.  Using it for removable
media is therefore not a good idea.

Reviewed by:	pjd (earlier version)
2010-01-16 09:52:49 +00:00

32 lines
426 B
Makefile

# $FreeBSD$
SUBDIR= geom_bde \
geom_bsd \
geom_cache \
geom_ccd \
geom_concat \
geom_eli \
geom_fox \
geom_gate \
geom_journal \
geom_label \
geom_linux_lvm \
geom_mbr \
geom_mirror \
geom_mountver \
geom_multipath \
geom_nop \
geom_part \
geom_pc98 \
geom_raid3 \
geom_shsec \
geom_stripe \
geom_sunlabel \
geom_uzip \
geom_vinum \
geom_virstor \
geom_vol_ffs \
geom_zero
.include <bsd.subdir.mk>