Mon Sep 28 02:02:50 2009 UTC ()
Pull up following revision(s) (requested by mrg in ticket #1034):
	external/mit/xorg/bin/xterm/Makefile: revision 1.4
Update for new xterm.


(snj)
diff -r1.2.4.1 -r1.2.4.2 src/external/mit/xorg/bin/xterm/Makefile

cvs diff -r1.2.4.1 -r1.2.4.2 src/external/mit/xorg/bin/xterm/Makefile (expand / switch to context diff)
--- src/external/mit/xorg/bin/xterm/Makefile 2009/04/20 23:20:57 1.2.4.1
+++ src/external/mit/xorg/bin/xterm/Makefile 2009/09/28 02:02:50 1.2.4.2
@@ -1,13 +1,13 @@
-#	$NetBSD: Makefile,v 1.2.4.1 2009/04/20 23:20:57 snj Exp $
+#	$NetBSD: Makefile,v 1.2.4.2 2009/09/28 02:02:50 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 \