From 28a817eb7db2b6e503c2664c7d3683be0e3ce5f3 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Tue, 25 Mar 2008 23:41:51 +0000 Subject: Introduce bsd.xconf.mk to set default config variables used at several places in the Xenocara build in a central place instead of duplicating the checks all over the place. ok oga@. --- app/xterm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/xterm') diff --git a/app/xterm/Makefile b/app/xterm/Makefile index cd94e8856..37e18b6f9 100644 --- a/app/xterm/Makefile +++ b/app/xterm/Makefile @@ -1,4 +1,5 @@ -# $OpenBSD: Makefile,v 1.10 2008/03/22 12:40:02 merdely Exp $ +# $OpenBSD: Makefile,v 1.11 2008/03/25 23:41:50 matthieu Exp $ +.include SUBDIR= icons resize @@ -22,7 +23,6 @@ SRCS= TekPrsTbl.c Tekproc.c VTPrsTbl.c button.c cachedGCs.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 XETC?= /etc/X11 -- cgit v1.2.3