Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/xorg/bin/xterm Update for new xterm.



details:   https://anonhg.NetBSD.org/src/rev/f06907b15112
branches:  trunk
changeset: 747522:f06907b15112
user:      snj <snj%NetBSD.org@localhost>
date:      Sat Sep 19 04:54:04 2009 +0000

description:
Update for new xterm.

diffstat:

 external/mit/xorg/bin/xterm/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (22 lines):

diff -r 6340d6606a5a -r f06907b15112 external/mit/xorg/bin/xterm/Makefile
--- a/external/mit/xorg/bin/xterm/Makefile      Sat Sep 19 04:52:44 2009 +0000
+++ b/external/mit/xorg/bin/xterm/Makefile      Sat Sep 19 04:54:04 2009 +0000
@@ -1,13 +1,13 @@
-#      $NetBSD: Makefile,v 1.3 2009/01/18 14:44:55 christos Exp $
+#      $NetBSD: Makefile,v 1.4 2009/09/19 04:54:04 snj Exp $
 
 .include <bsd.own.mk>
 
 PROG=  xterm
 SRCS=  button.c charproc.c charsets.c cursor.c data.c doublechr.c \
-       fontutils.c input.c menu.c misc.c print.c ptydata.c screen.c \
-       scrollbar.c tabs.c util.c xstrings.c TekPrsTbl.c Tekproc.c VTPrsTbl.c \
-       main.c charclass.c precompose.c wcwidth.c xutf8.c cachedGCs.c \
-       xtermcap.c
+       fontutils.c input.c linedata.c menu.c misc.c print.c ptydata.c \
+       screen.c scrollback.c scrollbar.c tabs.c util.c xstrings.c \
+       TekPrsTbl.c Tekproc.c VTPrsTbl.c main.c charclass.c precompose.c \
+       wcwidth.c xutf8.c cachedGCs.c xtermcap.c
 
 CPPFLAGS+=     -I${X11SRCDIR.${PROG}} \
                -I${DESTDIR}${X11INCDIR}/freetype2 \



Home | Main Index | Thread Index | Old Index