-ltermcap is spelled -lncurses nowadays.

This commit is contained in:
Ruslan Ermilov 2002-04-09 13:04:31 +00:00
parent 242fcd8d18
commit 357bbe4abe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94278
2 changed files with 4 additions and 4 deletions

View File

@ -14,8 +14,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+= $(LIBTERMCAP)
LDADD+= -ltermcap
DPADD= ${LIBNCURSES}
LDADD= -lncurses
INCDIR= /usr/include/readline

View File

@ -9,8 +9,8 @@ SHLIB_MINOR= 0
OSRCS= chared.c common.c el.c emacs.c fcns.c help.c hist.c key.c map.c \
parse.c prompt.c read.c refresh.c search.c sig.c term.c tty.c vi.c
DPADD= ${LIBTERMCAP}
LDADD= -ltermcap
DPADD= ${LIBNCURSES}
LDADD= -lncurses
MAN= editline.3 editrc.5