5d68db5bc8
found inside extended partitions and used to create logical partitions. At this time write/modify support is not (yet) present. The EBR and MBR schemes both check the parent scheme. The MBR will back-off when nested under another MBR, whereas the EBR only nests under a MBR.
12 lines
166 B
Makefile
12 lines
166 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= geom_part_apm \
|
|
geom_part_bsd \
|
|
geom_part_ebr \
|
|
geom_part_gpt \
|
|
geom_part_mbr \
|
|
geom_part_pc98 \
|
|
geom_part_vtoc8
|
|
|
|
.include <bsd.subdir.mk>
|