Module Name: src
Committed By: macallan
Date: Fri Sep 23 21:30:49 UTC 2016
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch sparc to new Xorg
To generate a diff of this commit:
cvs rdiff -u -r1.961 -r1.962 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.961 src/share/mk/bsd.own.mk:1.962
--- src/share/mk/bsd.own.mk:1.961 Sat Sep 17 15:58:21 2016
+++ src/share/mk/bsd.own.mk Fri Sep 23 21:30:49 2016
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.961 2016/09/17 15:58:21 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.962 2016/09/23 21:30:49 macallan Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -1397,6 +1397,7 @@ X11SRCDIR.${_proto}proto?= ${X11SRCDIRM
${MACHINE} == "ofppc" || \
${MACHINE} == "macppc" || \
${MACHINE} == "shark" || \
+ ${MACHINE} == "sparc" || \
${MACHINE} == "x68k"
HAVE_XORG_SERVER_VER?=118
.else