303a8b5985
BSD, FOX, MBR, PC98, SUNLABEL and VOL_FFS. They all have a modern replacement. Also it is still possible build them manually. Discussed with: geom
29 lines
390 B
Makefile
29 lines
390 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= geom_bde \
|
|
geom_cache \
|
|
geom_ccd \
|
|
geom_concat \
|
|
geom_eli \
|
|
geom_gate \
|
|
geom_journal \
|
|
geom_label \
|
|
geom_linux_lvm \
|
|
geom_mirror \
|
|
geom_mountver \
|
|
geom_multipath \
|
|
geom_nop \
|
|
geom_part \
|
|
geom_raid \
|
|
geom_raid3 \
|
|
geom_sched \
|
|
geom_shsec \
|
|
geom_stripe \
|
|
geom_uncompress \
|
|
geom_uzip \
|
|
geom_vinum \
|
|
geom_virstor \
|
|
geom_zero
|
|
|
|
.include <bsd.subdir.mk>
|