summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-06-05 19:34:31 +0000
committerache <ache@FreeBSD.org>2000-06-05 19:34:31 +0000
commit6a455e7b4214e71975ac876a3776d4342fbdc235 (patch)
tree6696d16aeca6225242cda122d29c3333f83aa054 /bin
parent0b4c36a2ec9f11865986e9fa772847539fa0d5a3 (diff)
downloadFreeBSD-src-6a455e7b4214e71975ac876a3776d4342fbdc235.zip
FreeBSD-src-6a455e7b4214e71975ac876a3776d4342fbdc235.tar.gz
Don't use ncurses, use termcap
Add DPADD
Diffstat (limited to 'bin')
-rw-r--r--bin/ls/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/ls/Makefile b/bin/ls/Makefile
index c20c8fe..86b91b4 100644
--- a/bin/ls/Makefile
+++ b/bin/ls/Makefile
@@ -8,7 +8,8 @@ SRCS= cmp.c setflags.c ls.c print.c util.c
.if !defined(RELEASE_BUILD_FIXIT)
CFLAGS+= -DCOLORLS
-LDADD= -lncurses
+LDADD+= -ltermcap
+DPADD+= ${LIBTERMCAP}
.endif
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud