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 ++ shell_cmds/hostname/Makefile | 2 ++ shell_cmds/pwd/Makefile | 2 ++ shell_cmds/sleep/Makefile | 2 ++ 4 files changed, 8 insertions(+) (limited to 'shell_cmds') 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 diff --git a/shell_cmds/hostname/Makefile b/shell_cmds/hostname/Makefile index 95cf6bb..a594745 100644 --- a/shell_cmds/hostname/Makefile +++ b/shell_cmds/hostname/Makefile @@ -1,3 +1,5 @@ PROG= hostname +BINDIR=/bin + .include diff --git a/shell_cmds/pwd/Makefile b/shell_cmds/pwd/Makefile index d5c1780..cf20a3e 100644 --- a/shell_cmds/pwd/Makefile +++ b/shell_cmds/pwd/Makefile @@ -1,3 +1,5 @@ PROG= pwd +BINDIR=/bin + .include diff --git a/shell_cmds/sleep/Makefile b/shell_cmds/sleep/Makefile index 193ae51..7fe93c5 100644 --- a/shell_cmds/sleep/Makefile +++ b/shell_cmds/sleep/Makefile @@ -1,3 +1,5 @@ PROG= sleep +BINDIR=/bin + .include -- cgit v1.2.3-56-ge451