summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2000-07-06 22:05:41 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2000-07-06 22:05:41 +0000
commit7cc55b50921d978159762af85e699b1dcdfba2bf (patch)
treeb3542084fbc852090ad502b08bceb813a404ac97
parent4028f7031c67a3ad5669438eba52de4c807e51da (diff)
Notes
-rw-r--r--bin/csh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile
index 61d096f32012..a6b41ec1af87 100644
--- a/bin/csh/Makefile
+++ b/bin/csh/Makefile
@@ -36,8 +36,8 @@ MLINKS= csh.1 tcsh.1
# utilities of the same name are handled with the associated manpage,
# builtin.1 in share/man/man1/.
-DPADD= ${LIBNCURSES} ${LIBCRYPT}
-LDADD= -lncurses -lcrypt
+DPADD= ${LIBTERMCAP} ${LIBCRYPT}
+LDADD= -ltermcap -lcrypt
LINKS= ${BINDIR}/csh ${BINDIR}/tcsh