freebsd-dev/sys/modules/geom/Makefile

34 lines
453 B
Makefile
Raw Normal View History

2003-05-31 18:36:41 +00:00
# $FreeBSD$
SUBDIR= geom_bde \
2003-05-31 18:36:41 +00:00
geom_bsd \
geom_cache \
2003-06-09 21:49:54 +00:00
geom_ccd \
geom_concat \
geom_eli \
geom_fox \
2004-05-03 21:12:29 +00:00
geom_gate \
geom_journal \
geom_label \
geom_linux_lvm \
2003-05-31 18:36:41 +00:00
geom_mbr \
geom_mirror \
geom_mountver \
geom_multipath \
geom_nop \
2008-03-02 05:54:34 +00:00
geom_part \
2003-05-31 18:36:41 +00:00
geom_pc98 \
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_sunlabel \
geom_uzip \
geom_vinum \
2007-10-26 08:23:57 +00:00
geom_virstor \
geom_vol_ffs \
geom_zero
2003-05-31 18:36:41 +00:00
.include <bsd.subdir.mk>