Module Name: src
Committed By: pgoyette
Date: Mon Nov 26 11:34:29 UTC 2018
Modified Files:
src/sys/modules [pgoyette-compat]: Makefile
Log Message:
Build the compat_netbsd32* modules for sparc64, too
XXX Sets lists will be updated later.
To generate a diff of this commit:
cvs rdiff -u -r1.202.2.41 -r1.202.2.42 src/sys/modules/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/modules/Makefile
diff -u src/sys/modules/Makefile:1.202.2.41 src/sys/modules/Makefile:1.202.2.42
--- src/sys/modules/Makefile:1.202.2.41 Mon Nov 26 11:21:15 2018
+++ src/sys/modules/Makefile Mon Nov 26 11:34:29 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.202.2.41 2018/11/26 11:21:15 pgoyette Exp $
+# $NetBSD: Makefile,v 1.202.2.42 2018/11/26 11:34:29 pgoyette Exp $
.include <bsd.own.mk>
@@ -273,6 +273,7 @@ SUBDIR+= wmimsi
.if ${MACHINE_ARCH} == "x86_64" \
|| ${MACHINE_CPU} == "arm" \
+ || ${MACHINE_ARCH} == "sparc64" \
|| (!empty(MACHINE_ARCH:Mmips64*) && !defined(BSD_MK_COMPAT_FILE))
SUBDIR+= compat_netbsd32
SUBDIR+= compat_netbsd32_09 compat_netbsd32_12