Module Name: src Committed By: snj Date: Mon Sep 28 02:02:50 UTC 2009
Modified Files: src/external/mit/xorg/bin/xterm [netbsd-5]: Makefile Log Message: Pull up following revision(s) (requested by mrg in ticket #1034): external/mit/xorg/bin/xterm/Makefile: revision 1.4 Update for new xterm. To generate a diff of this commit: cvs rdiff -u -r1.2.4.1 -r1.2.4.2 src/external/mit/xorg/bin/xterm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/mit/xorg/bin/xterm/Makefile diff -u src/external/mit/xorg/bin/xterm/Makefile:1.2.4.1 src/external/mit/xorg/bin/xterm/Makefile:1.2.4.2 --- src/external/mit/xorg/bin/xterm/Makefile:1.2.4.1 Mon Apr 20 23:20:57 2009 +++ src/external/mit/xorg/bin/xterm/Makefile Mon Sep 28 02:02:50 2009 @@ -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 \