diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-06-15 19:43:58 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-06-15 19:43:58 +0000 |
commit | 96399760f3e0d876f3b14cfd113c6ed37ce1cc49 (patch) | |
tree | 9be538f665caed222d2cb9b643eaabd5ad9f5750 /app/xterm | |
parent | be60e4f04f7d85f7e27bc2479368ffbe31ed1e0d (diff) |
pretty SRCS list.
Diffstat (limited to 'app/xterm')
-rw-r--r-- | app/xterm/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/app/xterm/Makefile b/app/xterm/Makefile index 8dcd2003a..4869e142c 100644 --- a/app/xterm/Makefile +++ b/app/xterm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2007/06/15 19:34:50 matthieu Exp $ +# $OpenBSD: Makefile,v 1.5 2007/06/15 19:43:57 matthieu Exp $ SUBDIR= resize @@ -16,13 +16,11 @@ LDADD+= -L${X11BASE}/lib -lXaw -lXpm -lXt -lSM -lICE \ -lXmu -lXft -lXrender -lX11 -lXext -lXau -lXdmcp \ -lfontconfig -lexpat -lfreetype -lutil -ltermcap -lz -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 \ - cachedGCs.c \ - charclass.c doublechr.c misc.c screen.c xstrings.c \ - xtermcap.c +SRCS= TekPrsTbl.c Tekproc.c VTPrsTbl.c button.c cachedGCs.c \ + charclass.c xtermcap.c charproc.c charsets.c cursor.c \ + data.c doublechr.c fontutils.c input.c main.c menu.c \ + misc.c precompose.c print.c ptydata.c wcwidth.c screen.c \ + scrollbar.c tabs.c util.c xstrings.c X11BASE?= /usr/X11R6 MANDIR= ${X11BASE}/man/cat |