Back out termcap -> ncurses change in LDADD/DPADD

It expand functions scope too wide
This commit is contained in:
Andrey A. Chernov 2004-10-18 08:36:40 +00:00
parent f51acbc538
commit f7a0503d8d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136658

View File

@ -15,8 +15,8 @@ SRCS= readline.c vi_mode.c funmap.c keymaps.c parens.c search.c \
INSTALLED_HEADERS= readline.h chardefs.h keymaps.h history.h tilde.h \
rlstdc.h rlconf.h rltypedefs.h
DPADD= ${LIBNCURSES}
LDADD= -lncurses
DPADD= ${LIBTERMCAP}
LDADD= -ltermcap
INCSDIR=${INCLUDEDIR}/readline