diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2016-03-07 15:44:54 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2016-03-07 15:44:54 +0000 |
| commit | 7e2d468315dcb1e231e7e0a8ca2cceb9f96faeb8 (patch) | |
| tree | 6e221d2a587ef137896fe881b9095fe79f1d7a07 /lib/libedit/Makefile | |
| parent | b655ec9752ee1da47110c5f0dacc0003ca55a7ad (diff) | |
| parent | 737d4f6c93dcdb0e6356028f12531651a4d9f0e1 (diff) | |
Notes
Diffstat (limited to 'lib/libedit/Makefile')
| -rw-r--r-- | lib/libedit/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index 47a333b880b4..14c9cbbcc175 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2016/02/24 14:25:38 christos Exp $ +# $NetBSD: Makefile,v 1.37 2009/01/18 12:17:49 lukem Exp $ # @(#)Makefile 8.1 (Berkeley) 6/4/93 # $FreeBSD$ @@ -7,7 +7,7 @@ LIB= edit SHLIB_MAJOR= 7 SHLIBDIR?= /lib -OSRCS= chared.c common.c el.c eln.c emacs.c fcns.c filecomplete.c help.c \ +OSRCS= chared.c common.c el.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 @@ -35,6 +35,7 @@ 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 |
