diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2003-02-19 07:32:04 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2003-02-19 07:32:04 +0000 |
commit | 2bf29363ec4ca7faeecb66c48e7d796c23a88ea1 (patch) | |
tree | 7b644e74913f9eaca95841f05b6e2c0af4510e1d /bin/df/Makefile | |
parent | 2556dc0176c361cc63f1b69000448e2d0760be40 (diff) |
LFS is dead. saves some space on install floppies too.
ok deraadt@
Diffstat (limited to 'bin/df/Makefile')
-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 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> |