freebsd-dev/sbin/gpt/Makefile
Marcel Moolenaar e6f737b346 Add the functionality to create an (empty) GPT from scratch. The
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.
2002-10-25 05:23:08 +00:00

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>