diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2004-05-10 19:36:21 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2004-05-10 19:36:21 +0000 |
commit | 16c976bbd7783cd3ab53b106e760777ae76923ca (patch) | |
tree | 228ff462549c6deff6f4af832cb305a75fde94b9 /gnu/lib/libreadline/Makefile | |
parent | 3a9bff98822feb81effbedf489d56369752101dc (diff) |
Resolve conflicts for GNU readline 4.3p5.
ok deraadt@, otto@, pval@
Diffstat (limited to 'gnu/lib/libreadline/Makefile')
-rw-r--r-- | gnu/lib/libreadline/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
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} |