add new version.c for xterm 293.

This commit is contained in:
mrg 2013-05-31 21:40:29 +00:00
parent 72571d1b0a
commit fd3edae8ec
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2013/05/30 23:42:19 mrg Exp $
# $NetBSD: Makefile,v 1.11 2013/05/31 21:40:29 mrg Exp $
.include <bsd.own.mk>
@ -7,7 +7,7 @@ SRCS= button.c charproc.c charsets.c cursor.c data.c doublechr.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
wcwidth.c xutf8.c cachedGCs.c xtermcap.c version.c
CPPFLAGS+= -I${X11SRCDIR.${PROG}} \
-I${X11SRCDIR.${PROG}}/../include \

View File

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.3 2011/05/15 21:35:58 christos Exp $
# $NetBSD: Makefile,v 1.4 2013/05/31 21:40:29 mrg Exp $
.include <bsd.own.mk>
PROG= resize
SRCS= resize.c xstrings.c
SRCS= resize.c xstrings.c version.c
CPPFLAGS+=-I${X11SRCDIR.xterm}
CPPFLAGS+=-DHAVE_TERMCAP_H