Module Name: src Committed By: snj Date: Sat Sep 19 04:54:05 UTC 2009
Modified Files: src/external/mit/xorg/bin/xterm: Makefile Log Message: Update for new xterm. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 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.3 src/external/mit/xorg/bin/xterm/Makefile:1.4 --- src/external/mit/xorg/bin/xterm/Makefile:1.3 Sun Jan 18 14:44:55 2009 +++ src/external/mit/xorg/bin/xterm/Makefile Sat Sep 19 04:54:04 2009 @@ -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 \