mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
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.
11 lines
166 B
Makefile
11 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>
|