summaryrefslogtreecommitdiffstats
path: root/bin/ls
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ls')
-rw-r--r--bin/ls/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/ls/Makefile b/bin/ls/Makefile
index 1aa0b4e..ed835b6 100644
--- a/bin/ls/Makefile
+++ b/bin/ls/Makefile
@@ -4,8 +4,9 @@
PROG= ls
SRCS= cmp.c ls.c print.c util.c lomac.c
+WARNS?= 0
+DPADD= ${LIBM}
LDADD= -lm
-WARNS= 0
.if !defined(RELEASE_CRUNCH)
CFLAGS+= -DCOLORLS
OpenPOWER on IntegriCloud