summaryrefslogtreecommitdiffstats
path: root/bin/ls
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ls')
-rw-r--r--bin/ls/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ls/Makefile b/bin/ls/Makefile
index 422d891..a9431f1 100644
--- a/bin/ls/Makefile
+++ b/bin/ls/Makefile
@@ -5,7 +5,7 @@
PROG= ls
SRCS= cmp.c ls.c print.c util.c
-LIBADD= util xo
+LIBADD= xo util
.if !defined(RELEASE_CRUNCH) && \
${MK_LS_COLORS} != no
OpenPOWER on IntegriCloud