aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/stat/Makefile
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-13 16:20:18 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-13 16:20:18 -0400
commit0304b5d610d6c9771137a2845ebefadedc5b9541 (patch)
tree3379f40715b6d8f0d14af1e6c77257bd05e1377d /file_cmds/stat/Makefile
parentf333eb0b5e7183833e6eae43195764388d32fe21 (diff)
downloadapple_cmds-0304b5d610d6c9771137a2845ebefadedc5b9541.tar.gz
apple_cmds-0304b5d610d6c9771137a2845ebefadedc5b9541.tar.zst
apple_cmds-0304b5d610d6c9771137a2845ebefadedc5b9541.zip
file_cmds: Fix BINDIRs again
Diffstat (limited to 'file_cmds/stat/Makefile')
-rw-r--r--file_cmds/stat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/file_cmds/stat/Makefile b/file_cmds/stat/Makefile
index b07de81..28b769e 100644
--- a/file_cmds/stat/Makefile
+++ b/file_cmds/stat/Makefile
@@ -1,6 +1,6 @@
PROG= stat
MAN= readlink.1 stat.1
-BINDIR=/bin
+LINKS+= ${BINDIR}/stat ${BINDIR}/readlink
.include <bsd.prog.mk>