Module Name:    src
Committed By:   tsutsui
Date:           Sat Mar  1 20:34:17 UTC 2014

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

Log Message:
Switch x68k to X11FLAVOUR=Xorg, including a working monolithic X68k server.

Confirmed that "build.sh -m x68k -x release" gets no error.


To generate a diff of this commit:
cvs rdiff -u -r1.773 -r1.774 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.773 src/share/mk/bsd.own.mk:1.774
--- src/share/mk/bsd.own.mk:1.773	Fri Feb 28 09:42:33 2014
+++ src/share/mk/bsd.own.mk	Sat Mar  1 20:34:17 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.773 2014/02/28 09:42:33 martin Exp $
+#	$NetBSD: bsd.own.mk,v 1.774 2014/03/01 20:34:17 tsutsui Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -973,8 +973,7 @@ ${var}?=no
     ${MACHINE} == "amiga"	|| \
     ${MACHINE} == "mac68k"	|| \
     ${MACHINE} == "pmax"	|| \
-    ${MACHINE} == "sun3"	|| \
-    ${MACHINE} == "x68k"
+    ${MACHINE} == "sun3"
 X11FLAVOUR?=	XFree86
 .else
 X11FLAVOUR?=	Xorg

Reply via email to