Bring the gpt labeling program in from FreeBSD.
commit35a5530773ff955da7c4b08444c55b5bda894d39
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 16 Jun 2007 22:29:27 +0000 (16 22:29 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 16 Jun 2007 22:29:27 +0000 (16 22:29 +0000)
tree8988a286e2e1eb3bc9f22ad9c3a152af0235ae3e
parent00dcceb1121b886707db15cd37bfebb9ae503d56
Bring the gpt labeling program in from FreeBSD.

Obtained-from: FreeBSD / Marcel Moolenaar
15 files changed:
sbin/Makefile
sbin/gpt/Makefile [new file with mode: 0644]
sbin/gpt/add.c [new file with mode: 0644]
sbin/gpt/create.c [new file with mode: 0644]
sbin/gpt/destroy.c [new file with mode: 0644]
sbin/gpt/gpt.8 [new file with mode: 0644]
sbin/gpt/gpt.c [new file with mode: 0644]
sbin/gpt/gpt.h [new file with mode: 0644]
sbin/gpt/label.c [new file with mode: 0644]
sbin/gpt/map.c [new file with mode: 0644]
sbin/gpt/map.h [new file with mode: 0644]
sbin/gpt/migrate.c [new file with mode: 0644]
sbin/gpt/recover.c [new file with mode: 0644]
sbin/gpt/remove.c [new file with mode: 0644]
sbin/gpt/show.c [new file with mode: 0644]