Module Name: src
Committed By: macallan
Date: Tue Oct 11 17:10:22 UTC 2016
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch evbmips to new xorg
To generate a diff of this commit:
cvs rdiff -u -r1.967 -r1.968 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.967 src/share/mk/bsd.own.mk:1.968
--- src/share/mk/bsd.own.mk:1.967 Fri Oct 7 16:14:28 2016
+++ src/share/mk/bsd.own.mk Tue Oct 11 17:10:22 2016
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.967 2016/10/07 16:14:28 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.968 2016/10/11 17:10:22 macallan Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -1357,6 +1357,7 @@ X11SRCDIR.${_proto}proto?= ${X11SRCDIRM
${MACHINE} == "shark" || \
${MACHINE} == "sparc" || \
${MACHINE} == "sparc64" || \
+ ${MACHINE} == "evbmips" || \
${MACHINE} == "x68k"
HAVE_XORG_SERVER_VER?=118
.else