aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetup.sh2
-rw-r--r--shell_cmds/Makefile.inc2
-rw-r--r--shell_cmds/locate/Makefile.inc1
3 files changed, 2 insertions, 3 deletions
diff --git a/setup.sh b/setup.sh
index c2026ad..85d12a4 100755
--- a/setup.sh
+++ b/setup.sh
@@ -149,7 +149,7 @@ wget -q -nc -Pbase/include/sys \
https://opensource.apple.com/source/xnu/xnu-7195.81.3/bsd/sys/ipcs.h \
https://opensource.apple.com/source/xnu/xnu-7195.81.3/bsd/sys/sem_internal.h \
https://opensource.apple.com/source/xnu/xnu-7195.81.3/bsd/sys/shm_internal.h \
- https://opensource.apple.com/source/xnu/xnu-7195.81.3/bsd/sys/mtio.h \
+ https://opensource.apple.com/source/xnu/xnu-1228.3.13/bsd/sys/mtio.h \
https://opensource.apple.com/source/xnu/xnu-7195.81.3/bsd/sys/unpcb.h \
https://opensource.apple.com/source/xnu/xnu-7195.81.3/bsd/sys/pgo.h \
https://opensource.apple.com/source/xnu/xnu-7195.81.3/bsd/sys/kdebug.h \
diff --git a/shell_cmds/Makefile.inc b/shell_cmds/Makefile.inc
index 554f1c3..01b5f23 100644
--- a/shell_cmds/Makefile.inc
+++ b/shell_cmds/Makefile.inc
@@ -1,3 +1 @@
-BINDIR?=/usr/bin
-
.include "../Makefile.inc"
diff --git a/shell_cmds/locate/Makefile.inc b/shell_cmds/locate/Makefile.inc
new file mode 100644
index 0000000..01b5f23
--- /dev/null
+++ b/shell_cmds/locate/Makefile.inc
@@ -0,0 +1 @@
+.include "../Makefile.inc"