aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/stat/Makefile
diff options
context:
space:
mode:
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>