summaryrefslogtreecommitdiffstats
path: root/usr.bin/du/Makefile
diff options
context:
space:
mode:
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