9 lines
126 B
Makefile
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>
|