diff options
| author | Jilles Tjoelker <jilles@FreeBSD.org> | 2013-03-03 14:42:15 +0000 |
|---|---|---|
| committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2013-03-03 14:42:15 +0000 |
| commit | 2dea247f6bc464e336798a17d20eebad15f7f5e0 (patch) | |
| tree | 94fed798354a70feb8d2d98b52a4a8aa13ed22bd /lib/libedit | |
| parent | 579ed7bd05dd91ca380ed92bc02143cbb2e3cf7f (diff) | |
Notes
Diffstat (limited to 'lib/libedit')
| -rw-r--r-- | lib/libedit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index 1c6e52c38160..d8ae64681960 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -11,6 +11,7 @@ OSRCS= chared.c common.c el.c emacs.c fcns.c filecomplete.c help.c \ parse.c prompt.c read.c refresh.c search.c sig.c term.c tty.c vi.c DPADD= ${LIBNCURSES} +LDADD= -lncurses MAN= editline.3 editrc.5 |
