curses -> termcap, mainly for purity and to indicate which functions family

really used
This commit is contained in:
Andrey A. Chernov 2000-07-06 22:05:41 +00:00
parent 4028f7031c
commit 7cc55b5092

View File

@ -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