aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/df/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'file_cmds/df/Makefile')
-rw-r--r--file_cmds/df/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/file_cmds/df/Makefile b/file_cmds/df/Makefile
index 5d8456d..346654f 100644
--- a/file_cmds/df/Makefile
+++ b/file_cmds/df/Makefile
@@ -3,4 +3,6 @@ SRCS= df.c vfslist.c
LDADD=-lutil
+BINDIR=/bin
+
.include <bsd.prog.mk>