mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Now that we have MK_LS_COLORS, we don't need RELEASE_CRUNCH check here.
The RELEASE_CRUNCH check is redundant here. We don't need it for releases anymore, and picobsd can control this more directly without making it a special case.
This commit is contained in:
parent
a85b7f125b
commit
ab152d0263
1 changed files with 1 additions and 2 deletions
|
|
@ -8,8 +8,7 @@ PROG= ls
|
|||
SRCS= cmp.c ls.c print.c util.c
|
||||
LIBADD= util
|
||||
|
||||
.if !defined(RELEASE_CRUNCH) && \
|
||||
${MK_LS_COLORS} != no
|
||||
.if ${MK_LS_COLORS} != no
|
||||
CFLAGS+= -DCOLORLS
|
||||
LIBADD+= termcapw
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue