summaryrefslogtreecommitdiffstats
path: root/bin/ls
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2015-07-12 18:40:31 +0000
committermarius <marius@FreeBSD.org>2015-07-12 18:40:31 +0000
commite81289c18994380173dae71351931ebbe56c1511 (patch)
treeb21ce497f9bfb05bf7d0aaaf8868b2140b9a1ac3 /bin/ls
parent098fcc1952e02ad4cee07f258b70512abf040878 (diff)
downloadFreeBSD-src-e81289c18994380173dae71351931ebbe56c1511.zip
FreeBSD-src-e81289c18994380173dae71351931ebbe56c1511.tar.gz
Since r284198, ls(1) just always depends libxo(3), not only in case of
MK_LS_COLORS or !RELEASE_CRUNCH.
Diffstat (limited to 'bin/ls')
-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