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/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/file_cmds/df/Makefile b/file_cmds/df/Makefile
new file mode 100644
index 0000000..5d8456d
--- /dev/null
+++ b/file_cmds/df/Makefile
@@ -0,0 +1,6 @@
+PROG= df
+SRCS= df.c vfslist.c
+
+LDADD=-lutil
+
+.include <bsd.prog.mk>