Module Name:    src
Committed By:   christos
Date:           Thu Jan  3 17:41:26 UTC 2019

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

Log Message:
Move x68k to the old xserver. It does not build with the new one (yet).


To generate a diff of this commit:
cvs rdiff -u -r1.1092 -r1.1093 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.1092 src/share/mk/bsd.own.mk:1.1093
--- src/share/mk/bsd.own.mk:1.1092	Wed Jan  2 11:08:53 2019
+++ src/share/mk/bsd.own.mk	Thu Jan  3 12:41:26 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1092 2019/01/02 16:08:53 christos Exp $
+#	$NetBSD: bsd.own.mk,v 1.1093 2019/01/03 17:41:26 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1442,6 +1442,7 @@ X11SRCDIR.${_proto}proto?=		${X11SRCDIRM
     ${MACHINE} == "newsmips"	|| \
     ${MACHINE} == "sgimips"	|| \
     ${MACHINE} == "vax"		|| \
+    ${MACHINE} == "x68k"	|| \
     ${MACHINE} == "zaurus"
 HAVE_XORG_SERVER_VER?=110
 .else

Reply via email to