opnsense-src/sys/modules/geom/Makefile

29 lines
390 B
Makefile
Raw Normal View History

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