summaryrefslogtreecommitdiffstats
path: root/bin/df
diff options
context:
space:
mode:
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