opnsense-src/sys/modules/geom/Makefile

31 lines
409 B
Makefile
Raw Normal View History

2003-05-31 14:36:41 -04:00
# $FreeBSD$
SUBDIR= geom_bde \
2003-05-31 14:36:41 -04:00
geom_bsd \
geom_cache \
2003-06-09 17:49:54 -04:00
geom_ccd \
geom_concat \
geom_eli \
geom_fox \
2004-05-03 17:12:29 -04:00
geom_gate \
geom_journal \
geom_label \
geom_linux_lvm \
2003-05-31 14:36:41 -04:00
geom_mbr \
geom_mirror \
geom_multipath \
geom_nop \
2008-03-02 00:54:34 -05:00
geom_part \
2003-05-31 14:36:41 -04:00
geom_pc98 \
2004-08-16 02:36:21 -04:00
geom_raid3 \
2005-01-11 13:18:40 -05:00
geom_shsec \
geom_stripe \
geom_sunlabel \
geom_uzip \
geom_vinum \
2007-10-26 04:23:57 -04:00
geom_virstor \
geom_vol_ffs \
geom_zero
2003-05-31 14:36:41 -04:00
.include <bsd.subdir.mk>