summaryrefslogtreecommitdiffstats
path: root/bin/df/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/df/Makefile')
-rw-r--r--bin/df/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/df/Makefile b/bin/df/Makefile
index 83d1bbd..182ac8c 100644
--- a/bin/df/Makefile
+++ b/bin/df/Makefile
@@ -8,6 +8,8 @@ BINMODE=2555
MOUNT= ${.CURDIR}/../../sbin/mount
CFLAGS+= -I${MOUNT}
+LDADD+= ${LIBM}
+DPADD+= ${LIBM}
.PATH: ${MOUNT}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud