Module Name: src
Committed By: abs
Date: Tue May 15 14:29:29 UTC 2012
Modified Files:
src/x11/Xserver: Makefile.common
Log Message:
Missed defining XSERVER_XVAX
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/x11/Xserver/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/x11/Xserver/Makefile.common
diff -u src/x11/Xserver/Makefile.common:1.35 src/x11/Xserver/Makefile.common:1.36
--- src/x11/Xserver/Makefile.common:1.35 Sun Feb 8 00:50:07 2009
+++ src/x11/Xserver/Makefile.common Tue May 15 14:29:29 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.35 2009/02/08 00:50:07 abs Exp $
+# $NetBSD: Makefile.common,v 1.36 2012/05/15 14:29:29 abs Exp $
# These define parts of the Xserver tree that are to be
# conditionally compiled for different platforms. See
@@ -79,6 +79,10 @@ XSERVER_XSUNMONO= yes
XSERVER_XSUN24= yes
.endif
+.if ${MACHINE} == "vax"
+XSERVER_XVAX= yes
+.endif
+
# Does this server need Xfont/fontbase libraries?
XSERVER_NEEDS_XFONT?= no
@@ -127,3 +131,5 @@ XSERVER_XSUNMONO?= no
XSERVER_XSUN24?= no
# Does this platform build Xvfb X server?
XSERVER_XVFB?= yes
+# Does this platform build Xvax X server?
+XSERVER_XVAX?= no