mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 08:50:22 -05:00
8 lines
138 B
Makefile
8 lines
138 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>
|