Module Name:    src
Committed By:   rjs
Date:           Tue Oct 13 20:12:03 UTC 2015

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

Log Message:
Add Xorg server to ibmnws build.


To generate a diff of this commit:
cvs rdiff -u -r1.875 -r1.876 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.875 src/share/mk/bsd.own.mk:1.876
--- src/share/mk/bsd.own.mk:1.875	Tue Oct 13 03:14:16 2015
+++ src/share/mk/bsd.own.mk	Tue Oct 13 20:12:03 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.875 2015/10/13 03:14:16 mrg Exp $
+#	$NetBSD: bsd.own.mk,v 1.876 2015/10/13 20:12:03 rjs Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1048,6 +1048,7 @@ ${var}?=	${${var}.${MACHINE_ARCH}:Uno}
     ${MACHINE} == "hpcmips"	|| \
     ${MACHINE} == "hpcsh"	|| \
     ${MACHINE} == "i386"	|| \
+    ${MACHINE} == "ibmnws"	|| \
     ${MACHINE} == "luna68k"	|| \
     ${MACHINE} == "mac68k"	|| \
     ${MACHINE} == "macppc"	|| \

Reply via email to