summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorae <ae@FreeBSD.org>2014-05-27 10:21:49 +0000
committerae <ae@FreeBSD.org>2014-05-27 10:21:49 +0000
commit3d8bef2748e92b63264e25d54f549e17880c076e (patch)
tree144d6551bdf67918e64f5dc00f229e039206474c /sys/modules
parent0a939660030912901efa67424f0c3632e23cbc24 (diff)
downloadFreeBSD-src-3d8bef2748e92b63264e25d54f549e17880c076e.zip
FreeBSD-src-3d8bef2748e92b63264e25d54f549e17880c076e.tar.gz
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
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/geom/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/modules/geom/Makefile b/sys/modules/geom/Makefile
index 7416640..a94f760 100644
--- a/sys/modules/geom/Makefile
+++ b/sys/modules/geom/Makefile
@@ -1,34 +1,28 @@
# $FreeBSD$
SUBDIR= geom_bde \
- geom_bsd \
geom_cache \
geom_ccd \
geom_concat \
geom_eli \
- geom_fox \
geom_gate \
geom_journal \
geom_label \
geom_linux_lvm \
- geom_mbr \
geom_mirror \
geom_mountver \
geom_multipath \
geom_nop \
geom_part \
- geom_pc98 \
geom_raid \
geom_raid3 \
geom_sched \
geom_shsec \
geom_stripe \
- geom_sunlabel \
geom_uncompress \
geom_uzip \
geom_vinum \
geom_virstor \
- geom_vol_ffs \
geom_zero
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud