freebsd-dev/sys/modules/geom/Makefile

28 lines
354 B
Makefile
Raw Normal View History

2003-05-31 18:36:41 +00:00
# $FreeBSD$
SUBDIR= geom_apple \
geom_bde \
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 \
2003-05-31 18:36:41 +00:00
geom_gpt \
geom_label \
2003-05-31 18:36:41 +00:00
geom_mbr \
geom_mirror \
geom_nop \
2003-05-31 18:36:41 +00:00
geom_pc98 \
2004-08-16 06:36:21 +00:00
geom_raid3 \
2005-01-11 18:18:40 +00:00
geom_shsec \
geom_stripe \
geom_sunlabel \
geom_uzip \
geom_vinum \
geom_vol_ffs \
geom_zero
2003-05-31 18:36:41 +00:00
.include <bsd.subdir.mk>