Module Name: src
Committed By: bouyer
Date: Fri Apr 10 16:14:55 UTC 2009
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Revert accidental switch of alpha to Xorg. We don't have the XdecNetBSD
and XalphaNetBSD drivers in xorg yet.
Fixes release build for alpha.
To generate a diff of this commit:
cvs rdiff -u -r1.560 -r1.561 src/share/mk/bsd.own.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.560 src/share/mk/bsd.own.mk:1.561
--- src/share/mk/bsd.own.mk:1.560 Fri Mar 27 19:36:55 2009
+++ src/share/mk/bsd.own.mk Fri Apr 10 16:14:54 2009
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.560 2009/03/27 19:36:55 drochner Exp $
+# $NetBSD: bsd.own.mk,v 1.561 2009/04/10 16:14:54 bouyer Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -683,15 +683,14 @@
#
# Do we default to XFree86 or Xorg for this platform?
#
-.if ${MACHINE} == "acorn32" || ${MACHINE} == "amiga" || \
- ${MACHINE} == "cats" || ${MACHINE} == "dreamcast" || \
- ${MACHINE} == "ews4800mips" || ${MACHINE} == "hpcarm" || \
- ${MACHINE} == "hpcmips" || ${MACHINE} == "hpcsh" || \
- ${MACHINE} == "mac68k" || ${MACHINE} == "netwinder" || \
- ${MACHINE} == "newsmips" || ${MACHINE} == "ofppc" || \
- ${MACHINE} == "pmax" || \
- ${MACHINE} == "sparc" || ${MACHINE} == "sun3" || \
- ${MACHINE} == "x68k"
+.if ${MACHINE} == "alpha" || ${MACHINE} == "acorn32" || \
+ ${MACHINE} == "amiga" || ${MACHINE} == "cats" || \
+ ${MACHINE} == "dreamcast" || ${MACHINE} == "ews4800mips" || \
+ ${MACHINE} == "hpcarm" || ${MACHINE} == "hpcmips" || \
+ ${MACHINE} == "hpcsh" || ${MACHINE} == "mac68k" || \
+ ${MACHINE} == "netwinder" || ${MACHINE} == "newsmips" || \
+ ${MACHINE} == "ofppc" || ${MACHINE} == "pmax" || \
+ ${MACHINE} == "sparc" || ${MACHINE} == "sun3" || ${MACHINE} == "x68k"
X11FLAVOUR?= XFree86
.else
X11FLAVOUR?= Xorg