freebsd-dev/sbin/gpt/Makefile
Peter Wemm 80643c90e3 Grab a snapshot of Marcel's gpt tool. This is still a work-in-progress
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.
2002-07-20 19:27:43 +00:00

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>