diff options
author | pfg <pfg@FreeBSD.org> | 2016-02-29 00:15:25 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2016-02-29 00:15:25 +0000 |
commit | e28ddc5231156d3896be4960ce5ac4a6281bcb35 (patch) | |
tree | f932c864ff0c2959f139d11ea54256fb3d3be7a3 /lib/libedit/Makefile | |
parent | 33a884e8ff49457b9ec30565dbef2fbb9111afa9 (diff) | |
download | FreeBSD-src-e28ddc5231156d3896be4960ce5ac4a6281bcb35.zip FreeBSD-src-e28ddc5231156d3896be4960ce5ac4a6281bcb35.tar.gz |
MFV r296159
Sync our libedit with NetBSD's libedit 2016-02-27.
Obtained from: NetBSD
Diffstat (limited to 'lib/libedit/Makefile')
-rw-r--r-- | lib/libedit/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index 8a97ce0..4a20143 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2009/01/18 12:17:49 lukem Exp $ +# $NetBSD: Makefile,v 1.55 2016/02/24 14:25:38 christos Exp $ # @(#)Makefile 8.1 (Berkeley) 6/4/93 # $FreeBSD$ @@ -6,7 +6,7 @@ LIB= edit SHLIB_MAJOR= 7 SHLIBDIR?= /lib -OSRCS= chared.c common.c el.c emacs.c fcns.c filecomplete.c help.c \ +OSRCS= chared.c common.c el.c eln.c emacs.c fcns.c filecomplete.c help.c \ hist.c keymacro.c map.c chartype.c \ parse.c prompt.c read.c refresh.c search.c sig.c terminal.c tty.c vi.c @@ -34,7 +34,6 @@ CLEANFILES+= common.h editline.c emacs.h fcns.c fcns.h help.c help.h vi.h INCS= histedit.h -OSRCS+= eln.c SRCS+= tokenizern.c historyn.c CLEANFILES+= tokenizern.c historyn.c CFLAGS+= -I. -I${.CURDIR} -I${.CURDIR}/edit -DWIDECHAR |