summaryrefslogtreecommitdiffstats
path: root/bin/ls/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ls/Makefile')
-rw-r--r--bin/ls/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ls/Makefile b/bin/ls/Makefile
index 3349b7a..422d891 100644
--- a/bin/ls/Makefile
+++ b/bin/ls/Makefile
@@ -5,12 +5,12 @@
PROG= ls
SRCS= cmp.c ls.c print.c util.c
-LIBADD= util
+LIBADD= util xo
.if !defined(RELEASE_CRUNCH) && \
${MK_LS_COLORS} != no
CFLAGS+= -DCOLORLS
-LIBADD+= termcapw xo
+LIBADD+= termcapw
.endif
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud