summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/df/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/df/Makefile b/bin/df/Makefile
index 182ac8c..d9a27cf 100644
--- a/bin/df/Makefile
+++ b/bin/df/Makefile
@@ -1,5 +1,5 @@
-# $FreeBSD$
# @(#)Makefile 8.3 (Berkeley) 5/8/95
+# $FreeBSD$
PROG= df
SRCS= df.c vfslist.c
@@ -8,8 +8,9 @@ BINMODE=2555
MOUNT= ${.CURDIR}/../../sbin/mount
CFLAGS+= -I${MOUNT}
-LDADD+= ${LIBM}
-DPADD+= ${LIBM}
.PATH: ${MOUNT}
+DPADD= ${LIBM}
+LDADD= -lm
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud