freebsd-dev/sys/modules/geom/Makefile
Andrey V. Elsukov 303a8b5985 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
2014-05-27 10:21:49 +00:00

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>