From e9ce4c027600d50e21264be4feb0b5fde7fdc9cc Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Wed, 12 May 2021 18:02:18 -0400 Subject: shell_cmds: Fix BINDIRs --- shell_cmds/expr/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell_cmds/expr') 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 -- cgit v1.2.3