From 3d8bef2748e92b63264e25d54f549e17880c076e Mon Sep 17 00:00:00 2001 From: ae Date: Tue, 27 May 2014 10:21:49 +0000 Subject: [PATCH] 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 --- sys/modules/geom/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sys/modules/geom/Makefile b/sys/modules/geom/Makefile index 74166400d740..a94f7600505a 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