summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpefo <pefo@openbsd.org>2004-08-09 16:53:15 +0000
committerpefo <pefo@openbsd.org>2004-08-09 16:53:15 +0000
commitba13c44c00258229df9101ffa0e630b17563ef7e (patch)
tree4e87d9cc7bd116326ea5d2bc89b864febc276568
parentupdate ste(4) with stability and performance fixes from (diff)
downloadwireguard-openbsd-ba13c44c00258229df9101ffa0e630b17563ef7e.tar.xz
wireguard-openbsd-ba13c44c00258229df9101ffa0e630b17563ef7e.zip
Remove second instance of nls.c from the file list.
OK from kettenis@, deraadt@
-rw-r--r--gnu/lib/libreadline/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libreadline/Makefile b/gnu/lib/libreadline/Makefile
index fd3e68a1fca..621844f808a 100644
--- a/gnu/lib/libreadline/Makefile
+++ b/gnu/lib/libreadline/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.6 2004/05/10 19:36:20 kettenis Exp $
+# $OpenBSD: Makefile,v 1.7 2004/08/09 16:53:15 pefo 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 \
- text.c nls.c misc.c compat.c mbutil.c
+ text.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