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