diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2003-02-19 08:48:07 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2003-02-19 08:48:07 +0000 |
commit | 99a7aa523aadbcbc5e1cca31df57a1f528e9d50e (patch) | |
tree | 4295ce202ef7af4991e11842cb7f5166030c3070 /bin/df | |
parent | 23b53324e8fda2109b5165c353aa088da09367fd (diff) |
oops; delete it, don't just shuffle
Diffstat (limited to 'bin/df')
-rw-r--r-- | bin/df/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/df/Makefile b/bin/df/Makefile index 2b8998fd4ca..f3935e7ba9d 100644 --- a/bin/df/Makefile +++ b/bin/df/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.6 2003/02/19 07:32:03 tedu Exp $ +# $OpenBSD: Makefile,v 1.7 2003/02/19 08:48:06 tedu Exp $ PROG= df -SRCS= df.c ffs_df.c ext2fs_df.c lfs_df.c +SRCS= df.c ffs_df.c ext2fs_df.c .include <bsd.prog.mk> |