diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2015-07-12 18:40:31 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2015-07-12 18:40:31 +0000 |
| commit | 6bee009f7910f0b1ddd3d417a849e8c5aac58886 (patch) | |
| tree | b21ce497f9bfb05bf7d0aaaf8868b2140b9a1ac3 /bin/ls/Makefile | |
| parent | 969fc29e0b811bf33c39d86e11eb2bb7b53a093d (diff) | |
Notes
Diffstat (limited to 'bin/ls/Makefile')
| -rw-r--r-- | bin/ls/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ls/Makefile b/bin/ls/Makefile index 3349b7ac4784..422d89116da4 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> |
