diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-10-03 10:41:40 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-10-03 10:41:40 +0000 |
| commit | 1b779c59bf10974a8a68d3c8a14b4aed89395fd0 (patch) | |
| tree | 959566b77fe9ed5a9aa43118020257dd295d3254 /lib/libedit/Makefile | |
| parent | a9fb3603bb47dd20a542b3b1d1b233fc65902d97 (diff) | |
Notes
Diffstat (limited to 'lib/libedit/Makefile')
| -rw-r--r-- | lib/libedit/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index 5626a88177ec..af1bb953d0ce 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -1,7 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# # $FreeBSD$ -# LIB= edit SHLIB_MAJOR= 3 @@ -10,8 +8,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 -LDADD+= -ltermcap -DPADD+= ${LIBTERMCAP} +DPADD= ${LIBTERMCAP} +LDADD= -ltermcap MAN3= editline.3 MAN5= editrc.5 |
