aboutsummaryrefslogtreecommitdiff
path: root/bin/df/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-12-15 03:44:09 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-12-15 03:44:09 +0000
commitdd6d33e86ec3275636de2f3a0672b8857347c599 (patch)
tree6bd079129d8e60e794f693925b23748bc63d7e23 /bin/df/Makefile
parentbf74f9c1667599fa3770cde61749d9006bc8b890 (diff)
downloadsrc-dd6d33e86ec3275636de2f3a0672b8857347c599.tar.gz
src-dd6d33e86ec3275636de2f3a0672b8857347c599.zip
add human readable output (-h and -H)
Obtained from: parts of human readable code from OpenBSD Reviewed by: obrien add POSIX, byte and megabyte block size ouput flags PR: 13579 (POSIX flag) Submitted by: Mike Meyer <mwm@phone.net>
Notes
Notes: svn path=/head/; revision=54621
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 83d1bbd4c77e..182ac8c6b47b 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>