summaryrefslogtreecommitdiffstats
path: root/sbin/ddb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/ddb/Makefile')
-rw-r--r--sbin/ddb/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sbin/ddb/Makefile b/sbin/ddb/Makefile
new file mode 100644
index 0000000..1ae724b
--- /dev/null
+++ b/sbin/ddb/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+PROG= ddb
+SRCS= ddb.c ddb_script.c
+MAN= ddb.8
+WARNS= 3
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud