summaryrefslogtreecommitdiffstats
path: root/bin/df
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2003-06-13 07:04:02 +0000
committermarkm <markm@FreeBSD.org>2003-06-13 07:04:02 +0000
commitaafc494847b97917d46fce44c7f5fce27242fe82 (patch)
tree1de4f9e75145b5952e3d782745a8d16b88850ed5 /bin/df
parent6f638a74384903948dbaa4df249d983cc56be75c (diff)
downloadFreeBSD-src-aafc494847b97917d46fce44c7f5fce27242fe82.zip
FreeBSD-src-aafc494847b97917d46fce44c7f5fce27242fe82.tar.gz
Get this area compiling with the highest WARNS= that it works with.
Obsolete WFORMAT= junk also removed where possible. OK'ed by: obrien Tested on: sparc64, alpha, i386
Diffstat (limited to 'bin/df')
-rw-r--r--bin/df/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/bin/df/Makefile b/bin/df/Makefile
index 3ee9b89..80c031c 100644
--- a/bin/df/Makefile
+++ b/bin/df/Makefile
@@ -1,16 +1,15 @@
# @(#)Makefile 8.3 (Berkeley) 5/8/95
# $FreeBSD$
+MOUNT= ${.CURDIR}/../../sbin/mount
+.PATH: ${MOUNT}
+
PROG= df
SRCS= df.c vfslist.c
-MOUNT= ${.CURDIR}/../../sbin/mount
CFLAGS+= -I${MOUNT}
-.PATH: ${MOUNT}
DPADD= ${LIBM}
LDADD= -lm
-WARNS?= 5
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud