aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/cp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'file_cmds/cp/Makefile')
-rw-r--r--file_cmds/cp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/file_cmds/cp/Makefile b/file_cmds/cp/Makefile
index e5fb6a8..492fb0d 100644
--- a/file_cmds/cp/Makefile
+++ b/file_cmds/cp/Makefile
@@ -1,4 +1,6 @@
PROG= cp
SRCS= cp.c utils.c
+BINDIR=/bin
+
.include <bsd.prog.mk>