6dfc24537d
but is useful to have handy. EFI GPT partitions are used instead of the fdisk+disklabel combination. They are pure 64 bit LBA, are fully extensible, support up to 16383 partitons per disk, etc.
9 lines
126 B
Makefile
9 lines
126 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= gpt
|
|
SRCS= destroy.c gpt.c map.c migrate.c recover.c show.c
|
|
WARNS= 4
|
|
NOMAN= not yet
|
|
|
|
.include <bsd.prog.mk>
|