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/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/du/Makefile b/usr.bin/du/Makefile
index 7db32c0..12e80b9 100644
--- a/usr.bin/du/Makefile
+++ b/usr.bin/du/Makefile
@@ -3,7 +3,7 @@
PROG= du
WARNS?= 6
-DPADD= ${LIBM}
-LDADD= -lm
+DPADD= ${LIBUTIL}
+LDADD= -lutil
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud