summaryrefslogtreecommitdiffstats
path: root/bin/df/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-05-08 06:58:25 +0000
committerkris <kris@FreeBSD.org>2001-05-08 06:58:25 +0000
commitd3d33000fe90444bece6dc5c4996b6fa23c539e1 (patch)
treebf2d31754c7d696ea564b4dd41d3d3f339ebfa41 /bin/df/Makefile
parent7c549baa5610873e876e6848b2410f42ac55446b (diff)
downloadFreeBSD-src-d3d33000fe90444bece6dc5c4996b6fa23c539e1.zip
FreeBSD-src-d3d33000fe90444bece6dc5c4996b6fa23c539e1.tar.gz
GC some dead code relating to running df on unmounted block devices,
and remove the setgid operator bit from the installed binary: if you want to view free disk space on an unmounted device, you should have read permissions to access it. Reviewed by: phk
Diffstat (limited to 'bin/df/Makefile')
-rw-r--r--bin/df/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/df/Makefile b/bin/df/Makefile
index d9a27cf..77a05e84 100644
--- a/bin/df/Makefile
+++ b/bin/df/Makefile
@@ -3,8 +3,6 @@
PROG= df
SRCS= df.c vfslist.c
-BINGRP= operator
-BINMODE=2555
MOUNT= ${.CURDIR}/../../sbin/mount
CFLAGS+= -I${MOUNT}
OpenPOWER on IntegriCloud