summaryrefslogtreecommitdiff
path: root/bin/df/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/df/Makefile')
-rw-r--r--bin/df/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/df/Makefile b/bin/df/Makefile
index 7b604730e1a..2b8998fd4ca 100644
--- a/bin/df/Makefile
+++ b/bin/df/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.5 2002/06/08 22:47:36 angelos Exp $
+# $OpenBSD: Makefile,v 1.6 2003/02/19 07:32:03 tedu Exp $
PROG= df
-SRCS= df.c ffs_df.c lfs_df.c ext2fs_df.c
+SRCS= df.c ffs_df.c ext2fs_df.c lfs_df.c
.include <bsd.prog.mk>