Upgrade to 4.2

This commit is contained in:
Andrey A. Chernov 2001-04-11 03:49:54 +00:00
parent a39df769f3
commit 74874d04e1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75410
3 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
# $FreeBSD$
SHLIB_MAJOR= 4
SHLIB_MINOR= 1
RL_LIBRARY_VERSION= 4.1
SHLIB_MINOR= 2
RL_LIBRARY_VERSION= 4.2
SRCDIR= ${.CURDIR}/../../../../contrib/libreadline
.PATH: ${SRCDIR} ${.CURDIR}/..

View File

@ -3,6 +3,7 @@
SUBDIR= doc
LIB= history
MAN= history.3
SRCS= $(HISTSRC) xmalloc.c

View File

@ -9,11 +9,10 @@ TILDESRC= tilde.c
SRCS= readline.c vi_mode.c funmap.c keymaps.c parens.c search.c \
rltty.c complete.c bind.c isearch.c display.c signals.c \
util.c kill.c undo.c macro.c input.c callback.c terminal.c \
nls.c xmalloc.c \
$(HISTSRC) $(TILDESRC)
nls.c compat.c xmalloc.c $(HISTSRC) $(TILDESRC)
INSTALLED_HEADERS= readline.h chardefs.h keymaps.h history.h tilde.h \
rlstdc.h rlconf.h
rlstdc.h rlconf.h rltypedefs.h
DPADD+= $(LIBTERMCAP)
LDADD+= -ltermcap