diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-04-09 13:04:31 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-04-09 13:04:31 +0000 |
| commit | 357bbe4abe9b0d7803099404f8f9b4178bea6f17 (patch) | |
| tree | 055bfba2575479df83133a8c741e51b0256649f3 /lib | |
| parent | 242fcd8d180b156f838ee110d923c1a14bb68ede (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index 833f60e50d69..0333e80bcfa0 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -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 |
