summaryrefslogtreecommitdiffstats
path: root/file_cmds/chmod/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'file_cmds/chmod/Makefile')
-rw-r--r--file_cmds/chmod/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/file_cmds/chmod/Makefile b/file_cmds/chmod/Makefile
index c134e4a..0815c98 100644
--- a/file_cmds/chmod/Makefile
+++ b/file_cmds/chmod/Makefile
@@ -2,4 +2,6 @@ PROG= chmod
SRCS= chmod.c \
chmod_acl.c
+BINDIR=/bin
+
.include <bsd.prog.mk>