From 16c976bbd7783cd3ab53b106e760777ae76923ca Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Mon, 10 May 2004 19:36:21 +0000 Subject: Resolve conflicts for GNU readline 4.3p5. ok deraadt@, otto@, pval@ --- gnu/lib/libreadline/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'gnu/lib/libreadline/Makefile') diff --git a/gnu/lib/libreadline/Makefile b/gnu/lib/libreadline/Makefile index a9e5d5a2991..fd3e68a1fca 100644 --- a/gnu/lib/libreadline/Makefile +++ b/gnu/lib/libreadline/Makefile @@ -1,11 +1,13 @@ -# $OpenBSD: Makefile,v 1.5 2002/04/19 14:12:03 espie Exp $ +# $OpenBSD: Makefile,v 1.6 2004/05/10 19:36:20 kettenis Exp $ LIB= readline SRCS= readline.c funmap.c keymaps.c vi_mode.c parens.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 xmalloc.c history.c histsearch.c \ - histexpand.c histfile.c nls.c search.c shell.c savestring.c tilde.c -HDRS= readline.h chardefs.h keymaps.h history.h tilde.h rlstdc.h rlconf.h + histexpand.c histfile.c nls.c search.c shell.c savestring.c tilde.c \ + text.c nls.c misc.c compat.c mbutil.c +HDRS= readline.h chardefs.h keymaps.h history.h tilde.h rlstdc.h rlconf.h \ + rltypedefs.h SUBDIR= doc CPPFLAGS+=-DHAVE_CONFIG_H -I${.CURDIR} -- cgit v1.2.3