summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/df/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/df/Makefile b/bin/df/Makefile
index 7234bcb381f..7b604730e1a 100644
--- a/bin/df/Makefile
+++ b/bin/df/Makefile
@@ -1,8 +1,6 @@
-# $OpenBSD: Makefile,v 1.4 1997/09/21 11:34:56 deraadt Exp $
+# $OpenBSD: Makefile,v 1.5 2002/06/08 22:47:36 angelos Exp $
PROG= df
SRCS= df.c ffs_df.c lfs_df.c ext2fs_df.c
-BINGRP= operator
-BINMODE=2555
.include <bsd.prog.mk>