Module Name: src
Committed By: tsutsui
Date: Sat Jul 31 12:54:36 UTC 2010
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Switch hpcarm, hpcmips, and hpcsh to using X11FLAVOUR=Xorg.
To generate a diff of this commit:
cvs rdiff -u -r1.635 -r1.636 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.635 src/share/mk/bsd.own.mk:1.636
--- src/share/mk/bsd.own.mk:1.635 Sat Jul 17 22:53:29 2010
+++ src/share/mk/bsd.own.mk Sat Jul 31 12:54:35 2010
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.635 2010/07/17 22:53:29 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.636 2010/07/31 12:54:35 tsutsui Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -739,8 +739,7 @@
#
.if ${MACHINE} == "alpha" || ${MACHINE} == "acorn32" || \
${MACHINE} == "amiga" || ${MACHINE} == "dreamcast" || \
- ${MACHINE} == "ews4800mips" || ${MACHINE} == "hpcarm" || \
- ${MACHINE} == "hpcmips" || ${MACHINE} == "hpcsh" || \
+ ${MACHINE} == "ews4800mips" || \
${MACHINE} == "mac68k" || ${MACHINE} == "newsmips" || \
${MACHINE} == "ofppc" || ${MACHINE} == "pmax" || \
${MACHINE} == "sun3" || ${MACHINE} == "x68k"