freebsd-dev/sys/modules/geom/geom_part/Makefile
Andrey V. Elsukov 91ca76a590 Add disklabel64 support to GEOM_PART class.
This partitioning scheme is used in DragonFlyBSD. It is similar to
BSD disklabel, but has the following improvements:
* metadata has own dedicated place and isn't accessible through partitions;
* all offsets are 64-bit;
* supports 16 partitions by default (has reserved place for more);
* has reserved place for backup label (but not yet implemented);
* has UUIDs for partitions and partition types;

No objections from:	geom
MFC after:	2 weeks
Relnotes:	yes
2014-06-11 10:42:34 +00:00

14 lines
202 B
Makefile

# $FreeBSD$
SUBDIR= geom_part_apm \
geom_part_bsd \
geom_part_bsd64 \
geom_part_ebr \
geom_part_gpt \
geom_part_ldm \
geom_part_mbr \
geom_part_pc98 \
geom_part_vtoc8
.include <bsd.subdir.mk>