Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Move x68k to the old xserver. It does not build wit...



details:   https://anonhg.NetBSD.org/src/rev/a5585b12d898
branches:  trunk
changeset: 447197:a5585b12d898
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jan 03 17:41:26 2019 +0000

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

diffstat:

 share/mk/bsd.own.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 17e24e31dd1c -r a5585b12d898 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Thu Jan 03 17:33:20 2019 +0000
+++ b/share/mk/bsd.own.mk       Thu Jan 03 17:41:26 2019 +0000
@@ -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 @@
     ${MACHINE} == "newsmips"   || \
     ${MACHINE} == "sgimips"    || \
     ${MACHINE} == "vax"                || \
+    ${MACHINE} == "x68k"       || \
     ${MACHINE} == "zaurus"
 HAVE_XORG_SERVER_VER?=110
 .else



Home | Main Index | Thread Index | Old Index