Module Name:    src
Committed By:   bad
Date:           Sun Aug 10 11:50:15 UTC 2014

Modified Files:
        src/sys/modules: Makefile

Log Message:
Revert most of rev 1.137.  Build ubsec module only for i386 and amd64 and
punt on the other arches.


To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 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.139 src/sys/modules/Makefile:1.140
--- src/sys/modules/Makefile:1.139	Sun Aug 10 05:57:31 2014
+++ src/sys/modules/Makefile	Sun Aug 10 11:50:15 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.139 2014/08/10 05:57:31 matt Exp $
+#	$NetBSD: Makefile,v 1.140 2014/08/10 11:50:15 bad Exp $
 
 .include <bsd.own.mk>
 
@@ -143,14 +143,7 @@ SUBDIR+=	tprof_amdpmi
 SUBDIR+=	vmt
 .endif
 
-.if ${MACHINE_ARCH} == "alpha" || \
-    !empty(MACHINE_ARCH:Mearm*) || !empty(MACHINE_ARCH:Marm*) || \
-    ${MACHINE_ARCH} == "i386" || \
-    ${MACHINE_ARCH} == "ia64" || \
-    ${MACHINE_ARCH} == "hppa" || \
-    !empty(MACHINE_ARCH:Mmips*) || \
-    ${MACHINE_ARCH} == "sparc" || \
-    ${MACHINE_ARCH} == "sparc64" || \
+.if ${MACHINE_ARCH} == "i386" || \
     ${MACHINE_ARCH} == "x86_64"
 SUBDIR+=	ubsec		# Builds on architectures with PCI bus
 .endif

Reply via email to