aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/locate/code/Makefile
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-10 15:02:54 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-10 15:02:54 -0400
commit2f0f42e42d66047cb24541851bb661230e0cb168 (patch)
tree7556b19c46a1909b0ce8c4cea87f5af13e8e01d7 /shell_cmds/locate/code/Makefile
parent741efd6ee2f0defb40def8351d3f5a92fc0ab7c8 (diff)
downloadapple_cmds-2f0f42e42d66047cb24541851bb661230e0cb168.tar.gz
apple_cmds-2f0f42e42d66047cb24541851bb661230e0cb168.tar.zst
apple_cmds-2f0f42e42d66047cb24541851bb661230e0cb168.zip
shell_cmds: Fix include
Diffstat (limited to 'shell_cmds/locate/code/Makefile')
-rw-r--r--shell_cmds/locate/code/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell_cmds/locate/code/Makefile b/shell_cmds/locate/code/Makefile
index 4c06f77..1d3e5ea 100644
--- a/shell_cmds/locate/code/Makefile
+++ b/shell_cmds/locate/code/Makefile
@@ -3,6 +3,6 @@ MAN= locate.code.8
BINDIR=/usr/libexec
-CFLAGS+=-I../locate
+CFLAGS+=-I${.CURDIR}/../locate
.include <bsd.prog.mk>