freebsd-dev/sbin/gpt/Makefile
Marcel Moolenaar 1efbdbe23b Add a manpage. Nobody expects the spanish inquisition, but the
mdoc(7) police... It's all yours ru :-)

Approved by: re (blanket)
2002-12-01 02:10:34 +00:00

9 lines
137 B
Makefile

# $FreeBSD$
PROG= gpt
SRCS= add.c create.c destroy.c gpt.c map.c migrate.c recover.c show.c
WARNS= 4
MAN= gpt.8
.include <bsd.prog.mk>