freebsd-dev/sys/modules/geom/geom_part/Makefile
Marcel Moolenaar 5d68db5bc8 Add the EBR scheme. The EBR scheme supports the Extended Boot Records
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.
2009-02-08 23:51:44 +00:00

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>