From e81289c18994380173dae71351931ebbe56c1511 Mon Sep 17 00:00:00 2001 From: marius Date: Sun, 12 Jul 2015 18:40:31 +0000 Subject: Since r284198, ls(1) just always depends libxo(3), not only in case of MK_LS_COLORS or !RELEASE_CRUNCH. --- bin/ls/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/ls') 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 -- cgit v1.1