curses -> termcap, mainly for purity and to indicate which functions family
really used
This commit is contained in:
parent
4028f7031c
commit
7cc55b5092
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user