From a67c7a1db7086ddd78f652b334cd7aa4685f8cb7 Mon Sep 17 00:00:00 2001 From: mharo Date: Wed, 15 Dec 1999 03:44:09 +0000 Subject: 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 --- bin/df/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/df/Makefile') 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 -- cgit v1.1