diff options
| author | christos <christos@NetBSD.org> | 2017-06-27 23:25:13 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2017-06-27 23:25:13 +0000 |
| commit | 2a3f18a892178f222416ffa18daec0aaefaecb0e (patch) | |
| tree | 40046ad867ba1c2a9aae09c52b4c8aa0f0d9c211 /lib/libedit/Makefile | |
| parent | 080a15b3eacfe45be5cbff0ea3503c3c53c40c79 (diff) | |
add literal escape sequence support, patterned after the tcsh ones.
Diffstat (limited to 'lib/libedit/Makefile')
| -rw-r--r-- | lib/libedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index 40615bd6485..a7ed9f8161f 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2016/05/24 17:42:54 christos Exp $ +# $NetBSD: Makefile,v 1.64 2017/06/27 23:25:13 christos Exp $ # @(#)Makefile 8.1 (Berkeley) 6/4/93 USE_SHLIBDIR= yes @@ -15,7 +15,7 @@ CWARNFLAGS.gcc+= -Wconversion CWARNFLAGS.clang+= -Wno-cast-qual SRCS = chared.c chartype.c common.c el.c eln.c emacs.c filecomplete.c \ - hist.c history.c historyn.c keymacro.c map.c \ + hist.c history.c historyn.c keymacro.c literal.c map.c \ parse.c prompt.c read.c readline.c refresh.c search.c sig.c \ terminal.c tokenizer.c tokenizern.c tty.c vi.c |
