summaryrefslogtreecommitdiffstats
path: root/sbin/gpt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/gpt/Makefile')
-rw-r--r--sbin/gpt/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sbin/gpt/Makefile b/sbin/gpt/Makefile
new file mode 100644
index 0000000..6500d1f
--- /dev/null
+++ b/sbin/gpt/Makefile
@@ -0,0 +1,8 @@
+# $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>
OpenPOWER on IntegriCloud