Module Name:    src
Committed By:   martin
Date:           Wed Feb 17 09:50:20 UTC 2021

Modified Files:
        src/external/mit/xorg/bin/xterm [netbsd-9]: Makefile

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1207):

        external/mit/xorg/bin/xterm/Makefile: revision 1.20

add new files for xterm 366.


To generate a diff of this commit:
cvs rdiff -u -r1.17.4.1 -r1.17.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.17.4.1 src/external/mit/xorg/bin/xterm/Makefile:1.17.4.2
--- src/external/mit/xorg/bin/xterm/Makefile:1.17.4.1	Thu Oct  8 15:40:52 2020
+++ src/external/mit/xorg/bin/xterm/Makefile	Wed Feb 17 09:50:20 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.17.4.1 2020/10/08 15:40:52 martin Exp $
+#	$NetBSD: Makefile,v 1.17.4.2 2021/02/17 09:50:20 martin Exp $
 
 .include <bsd.own.mk>
 
@@ -8,7 +8,7 @@ SRCS=	button.c charproc.c charsets.c cur
 	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 \
-	version.c
+	svg.c html.c version.c
 
 CPPFLAGS+=	-I. \
 		-I${X11SRCDIR.${PROG}} \

Reply via email to