2002-07-20 15:27:43 -04:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
|
|
PROG= gpt
|
2002-10-26 23:23:05 -04:00
|
|
|
SRCS= add.c create.c destroy.c gpt.c map.c migrate.c recover.c show.c
|
2004-02-23 15:25:27 -05:00
|
|
|
WARNS?= 4
|
2002-11-30 21:10:34 -05:00
|
|
|
MAN= gpt.8
|
2002-07-20 15:27:43 -04:00
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|