aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/stat
diff options
context:
space:
mode:
Diffstat (limited to 'file_cmds/stat')
-rw-r--r--file_cmds/stat/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/file_cmds/stat/Makefile b/file_cmds/stat/Makefile
index 71d9ee0..b07de81 100644
--- a/file_cmds/stat/Makefile
+++ b/file_cmds/stat/Makefile
@@ -1,4 +1,6 @@
PROG= stat
MAN= readlink.1 stat.1
+BINDIR=/bin
+
.include <bsd.prog.mk>