freebsd-skq/sys/modules/geom/Makefile
Max Khon 75261008d7 Add geom_uzip -- geom class that implements read-only compressed disks.
Currently supports cloop V2.0 disk compression format.
May support more formats in future.
2004-08-13 09:40:58 +00:00

23 lines
287 B
Makefile

# $FreeBSD$
SUBDIR= geom_apple \
geom_bde \
geom_bsd \
geom_ccd \
geom_concat \
geom_fox \
geom_gate \
geom_gpt \
geom_label \
geom_mbr \
geom_mirror \
geom_nop \
geom_pc98 \
geom_stripe \
geom_sunlabel \
geom_uzip \
geom_vinum \
geom_vol_ffs
.include <bsd.subdir.mk>