From a5e9a9eb5fc4117b28da513532ef19bc00d6c0b8 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Wed, 12 May 2021 18:18:34 -0400 Subject: Fixes --- setup.sh | 2 +- shell_cmds/Makefile.inc | 2 -- shell_cmds/locate/Makefile.inc | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 shell_cmds/locate/Makefile.inc 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" -- cgit v1.2.3