diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-06-15 19:34:51 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-06-15 19:34:51 +0000 |
commit | be60e4f04f7d85f7e27bc2479368ffbe31ed1e0d (patch) | |
tree | 43e1817320f6a787cecd6b75885a4d8f320322a8 /app/xterm/Makefile | |
parent | f926630b59156fe2b8c19697a65ac67b09dd0ee7 (diff) |
Merge xterm version 225
Diffstat (limited to 'app/xterm/Makefile')
-rw-r--r-- | app/xterm/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/xterm/Makefile b/app/xterm/Makefile index a4086a4b6..8dcd2003a 100644 --- a/app/xterm/Makefile +++ b/app/xterm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2007/05/11 06:42:50 matthieu Exp $ +# $OpenBSD: Makefile,v 1.4 2007/06/15 19:34:50 matthieu Exp $ SUBDIR= resize @@ -20,7 +20,9 @@ SRCS= TekPrsTbl.c charproc.c fontutils.c precompose.c scrollbar.c \ Tekproc.c charsets.c input.c print.c tabs.c \ VTPrsTbl.c cursor.c main.c ptydata.c util.c \ button.c data.c menu.c wcwidth.c \ - charclass.c doublechr.c misc.c screen.c xstrings.c + cachedGCs.c \ + charclass.c doublechr.c misc.c screen.c xstrings.c \ + xtermcap.c X11BASE?= /usr/X11R6 MANDIR= ${X11BASE}/man/cat |