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/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/file_cmds/df/Makefile b/file_cmds/df/Makefile
index 346654f..99a7194 100644
--- a/file_cmds/df/Makefile
+++ b/file_cmds/df/Makefile
@@ -1,8 +1,3 @@
-PROG= df
-SRCS= df.c vfslist.c
-
-LDADD=-lutil
-
-BINDIR=/bin
+MAN= df.1
.include <bsd.prog.mk>