Module Name:    src
Committed By:   mrg
Date:           Sat Jun 16 19:05:17 UTC 2018

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

Log Message:
check MK{FOO} defaults for $MACHINE as well as $MACHINE_ARCH.
should restore firmware files for some platforms that were
missing them.


To generate a diff of this commit:
cvs rdiff -u -r1.1064 -r1.1065 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.1064 src/share/mk/bsd.own.mk:1.1065
--- src/share/mk/bsd.own.mk:1.1064	Sat Jun  2 14:30:35 2018
+++ src/share/mk/bsd.own.mk	Sat Jun 16 19:05:17 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1064 2018/06/02 14:30:35 christos Exp $
+#	$NetBSD: bsd.own.mk,v 1.1065 2018/06/16 19:05:17 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1177,7 +1177,7 @@ _MKVARS.no= \
 	MKX11 MKX11MOTIF MKXORG_SERVER \
 	MKZFS
 .for var in ${_MKVARS.no}
-${var}?=	${${var}.${MACHINE_ARCH}:Uno}
+${var}?=	${${var}.${MACHINE_ARCH}:U${${var}.${MACHINE}:Uno}}
 .endfor
 
 .if ${MACHINE_ARCH} == "i386" || \

Reply via email to