Disconnect the following geom classes from the kernel modules build:

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
This commit is contained in:
ae 2014-05-27 10:21:49 +00:00
parent 0a93966003
commit 3d8bef2748

View File

@ -1,34 +1,28 @@
# $FreeBSD$ # $FreeBSD$
SUBDIR= geom_bde \ SUBDIR= geom_bde \
geom_bsd \
geom_cache \ geom_cache \
geom_ccd \ geom_ccd \
geom_concat \ geom_concat \
geom_eli \ geom_eli \
geom_fox \
geom_gate \ geom_gate \
geom_journal \ geom_journal \
geom_label \ geom_label \
geom_linux_lvm \ geom_linux_lvm \
geom_mbr \
geom_mirror \ geom_mirror \
geom_mountver \ geom_mountver \
geom_multipath \ geom_multipath \
geom_nop \ geom_nop \
geom_part \ geom_part \
geom_pc98 \
geom_raid \ geom_raid \
geom_raid3 \ geom_raid3 \
geom_sched \ geom_sched \
geom_shsec \ geom_shsec \
geom_stripe \ geom_stripe \
geom_sunlabel \
geom_uncompress \ geom_uncompress \
geom_uzip \ geom_uzip \
geom_vinum \ geom_vinum \
geom_virstor \ geom_virstor \
geom_vol_ffs \
geom_zero geom_zero
.include <bsd.subdir.mk> .include <bsd.subdir.mk>