]> git.cameronkatri.com Git - apple_cmds.git/commitdiff
shell_cmds: Fix BINDIRs
authorCameron Katri <me@cameronkatri.com>
Wed, 12 May 2021 22:02:18 +0000 (18:02 -0400)
committerCameron Katri <me@cameronkatri.com>
Wed, 12 May 2021 22:02:18 +0000 (18:02 -0400)
shell_cmds/expr/Makefile
shell_cmds/hostname/Makefile
shell_cmds/pwd/Makefile
shell_cmds/sleep/Makefile

index 8169f630b0287ed2ec2e527792e9da40c58f1fb9..96c0a4ee09301408d5f013027ba7022a4ffdfd18 100644 (file)
@@ -1,4 +1,6 @@
 PROG=  expr
 SRCS=  expr.y
 
+BINDIR=/bin
+
 .include <bsd.prog.mk>
index 95cf6bb70c5edf1db0da29aa89d079f9f59d3162..a594745b1b6490e9c34d67064d383b4e54a6c9b7 100644 (file)
@@ -1,3 +1,5 @@
 PROG=  hostname
 
+BINDIR=/bin
+
 .include <bsd.prog.mk>
index d5c178069605cab564782d2c274a56061bd0c2b6..cf20a3e080bb04b94f14aa7190b13a0c6497d156 100644 (file)
@@ -1,3 +1,5 @@
 PROG=  pwd
 
+BINDIR=/bin
+
 .include <bsd.prog.mk>
index 193ae513e6f7cc981459fea3d0b2b5fa839ef12a..7fe93c5346c20169e5fb30dab36dbc5ac45924ac 100644 (file)
@@ -1,3 +1,5 @@
 PROG=  sleep
 
+BINDIR=/bin
+
 .include <bsd.prog.mk>