aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-12 18:03:35 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-12 18:03:35 -0400
commit66636e9ea1d56d5215307152895a0fff7ae26541 (patch)
tree8fbc144faeb8a07f82e829ec5775c16ad1dfeabf
parente9ce4c027600d50e21264be4feb0b5fde7fdc9cc (diff)
downloadapple_cmds-66636e9ea1d56d5215307152895a0fff7ae26541.tar.gz
apple_cmds-66636e9ea1d56d5215307152895a0fff7ae26541.tar.zst
apple_cmds-66636e9ea1d56d5215307152895a0fff7ae26541.zip
system_cmds: Fix wait4path BINDIR
-rw-r--r--system_cmds/wait4path/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/system_cmds/wait4path/Makefile b/system_cmds/wait4path/Makefile
index 9781cb6..ea154c6 100644
--- a/system_cmds/wait4path/Makefile
+++ b/system_cmds/wait4path/Makefile
@@ -1,3 +1,5 @@
PROG= wait4path
+BINDIR=/bin
+
.include <bsd.prog.mk>