diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-27 17:27:19 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-27 17:27:19 +0000 |
| commit | 4a558355e5f3b4521cef56a6b705fa84be41dfa0 (patch) | |
| tree | c5d093301ac704ade1196e588cfffe654cea770b /lib/libedit/Makefile | |
| parent | 8efc417089cbe239ecb1134fedef1aa82929d60b (diff) | |
Notes
Diffstat (limited to 'lib/libedit/Makefile')
| -rw-r--r-- | lib/libedit/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index af1bb953d0ce..331263c9780d 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -11,8 +11,7 @@ OSRCS= chared.c common.c el.c emacs.c fcns.c help.c hist.c key.c map.c \ DPADD= ${LIBTERMCAP} LDADD= -ltermcap -MAN3= editline.3 -MAN5= editrc.5 +MAN= editline.3 editrc.5 MLINKS= editline.3 el_init.3 editline.3 el_end.3 editline.3 el_reset.3 \ editline.3 el_gets.3 editline.3 el_getc.3 editline.3 el_push.3 \ |
