aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-10 15:06:30 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-10 15:06:30 -0400
commit26802efb4ac90e16bb75925135d6b14f2fcb09c8 (patch)
treed7a1fe24570ff0a7635e813819b1459b0975977c /file_cmds
parent9d157f877581dcd01b8e8741d0370153de957440 (diff)
downloadapple_cmds-26802efb4ac90e16bb75925135d6b14f2fcb09c8.tar.gz
apple_cmds-26802efb4ac90e16bb75925135d6b14f2fcb09c8.tar.zst
apple_cmds-26802efb4ac90e16bb75925135d6b14f2fcb09c8.zip
file_cmds: Fix .PATH
Diffstat (limited to 'file_cmds')
-rw-r--r--file_cmds/mtree/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/file_cmds/mtree/Makefile b/file_cmds/mtree/Makefile
index aedc899..e9cf4f2 100644
--- a/file_cmds/mtree/Makefile
+++ b/file_cmds/mtree/Makefile
@@ -12,7 +12,7 @@ SRCS= commoncrypto.c \
verify.c \
crc.c
-.PATH: ../cksum
+.PATH: ${.CURDIR}/../cksum
LDADD=-framework CoreFoundation