517edcaa26
code is directly copied from migrate.c. The intend is to express migrate in terms of create and add. The functionality to add partitions is not yet there.
9 lines
135 B
Makefile
9 lines
135 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= gpt
|
|
SRCS= create.c destroy.c gpt.c map.c migrate.c recover.c show.c
|
|
WARNS= 4
|
|
NOMAN= not yet
|
|
|
|
.include <bsd.prog.mk>
|