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/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/file_cmds/dd/Makefile b/file_cmds/dd/Makefile
index 7e90f72..72f3c3a 100644
--- a/file_cmds/dd/Makefile
+++ b/file_cmds/dd/Makefile
@@ -1,4 +1,6 @@
PROG= dd
SRCS= args.c conv_tab.c conv.c dd.c misc.c position.c
+BINDIR=/bin
+
.include <bsd.prog.mk>