diff options
| author | Cameron Katri <me@cameronkatri.com> | 2021-05-12 18:02:18 -0400 |
|---|---|---|
| committer | Cameron Katri <me@cameronkatri.com> | 2021-05-12 18:02:18 -0400 |
| commit | e9ce4c027600d50e21264be4feb0b5fde7fdc9cc (patch) | |
| tree | a867af730ce0d84c9b1b9a8332186a987e7d38d3 /shell_cmds/expr/Makefile | |
| parent | fced92c5c97fdd9c73c4ea81ef4a14592af6003e (diff) | |
| download | apple_cmds-e9ce4c027600d50e21264be4feb0b5fde7fdc9cc.tar.gz apple_cmds-e9ce4c027600d50e21264be4feb0b5fde7fdc9cc.zip | |
shell_cmds: Fix BINDIRs
Diffstat (limited to 'shell_cmds/expr/Makefile')
| -rw-r--r-- | shell_cmds/expr/Makefile | 2 |
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> |
