aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/expr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shell_cmds/expr/Makefile')
-rw-r--r--shell_cmds/expr/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell_cmds/expr/Makefile b/shell_cmds/expr/Makefile
index 8169f63..96c0a4e 100644
--- a/shell_cmds/expr/Makefile
+++ b/shell_cmds/expr/Makefile
@@ -1,4 +1,6 @@
PROG= expr
SRCS= expr.y
+BINDIR=/bin
+
.include <bsd.prog.mk>