aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/dd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'file_cmds/dd/Makefile')
-rw-r--r--file_cmds/dd/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/file_cmds/dd/Makefile b/file_cmds/dd/Makefile
new file mode 100644
index 0000000..72f3c3a
--- /dev/null
+++ b/file_cmds/dd/Makefile
@@ -0,0 +1,6 @@
+PROG= dd
+SRCS= args.c conv_tab.c conv.c dd.c misc.c position.c
+
+BINDIR=/bin
+
+.include <bsd.prog.mk>