Module Name:    src
Committed By:   mrg
Date:           Wed Sep 16 06:10:52 UTC 2009

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
switch port-sparc over to Xorg by default.


To generate a diff of this commit:
cvs rdiff -u -r1.574 -r1.575 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.574 src/share/mk/bsd.own.mk:1.575
--- src/share/mk/bsd.own.mk:1.574	Sat Sep 12 07:21:09 2009
+++ src/share/mk/bsd.own.mk	Wed Sep 16 06:10:52 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.574 2009/09/12 07:21:09 skrll Exp $
+#	$NetBSD: bsd.own.mk,v 1.575 2009/09/16 06:10:52 mrg Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -710,7 +710,7 @@
 	${MACHINE} == "hpcsh" || ${MACHINE} == "mac68k" || \
 	${MACHINE} == "netwinder" || ${MACHINE} == "newsmips" || \
 	${MACHINE} == "ofppc" || ${MACHINE} == "pmax" || \
-	${MACHINE} == "sparc" || ${MACHINE} == "sun3" || ${MACHINE} == "x68k"
+	${MACHINE} == "sun3" || ${MACHINE} == "x68k"
 X11FLAVOUR?=	XFree86
 .else
 X11FLAVOUR?=	Xorg

Reply via email to