summaryrefslogtreecommitdiffstats
path: root/usr.bin/du/Makefile
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2000-01-25 17:46:59 +0000
committermharo <mharo@FreeBSD.org>2000-01-25 17:46:59 +0000
commit3d620c45322c04e6b40ca9fceca88315b20e9b3b (patch)
tree5b72eb0072cb086118b3ccf3f4a0e5bbf25c9799 /usr.bin/du/Makefile
parent810f78cd6f851d59047cded1ce9964c8d87e7392 (diff)
downloadFreeBSD-src-3d620c45322c04e6b40ca9fceca88315b20e9b3b.zip
FreeBSD-src-3d620c45322c04e6b40ca9fceca88315b20e9b3b.tar.gz
Add human-readable output flag, -h
Reviewed by: obrien
Diffstat (limited to 'usr.bin/du/Makefile')
-rw-r--r--usr.bin/du/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/du/Makefile b/usr.bin/du/Makefile
index 0911b8f..c98e8bb 100644
--- a/usr.bin/du/Makefile
+++ b/usr.bin/du/Makefile
@@ -1,6 +1,9 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $FreeBSD$
PROG= du
CFLAGS+=-Wall
+LDADD+= ${LIBM}
+DPADD+= ${LIBM}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud