Module Name: src
Committed By: martin
Date: Mon Nov 12 09:25:42 UTC 2018
Modified Files:
src/lib: Makefile
Log Message:
Do not build a compat i386 version of libnvmm.
To generate a diff of this commit:
cvs rdiff -u -r1.262 -r1.263 src/lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/Makefile
diff -u src/lib/Makefile:1.262 src/lib/Makefile:1.263
--- src/lib/Makefile:1.262 Sat Nov 10 09:28:56 2018
+++ src/lib/Makefile Mon Nov 12 09:25:42 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.262 2018/11/10 09:28:56 maxv Exp $
+# $NetBSD: Makefile,v 1.263 2018/11/12 09:25:42 martin Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@@ -50,7 +50,7 @@ SUBDIR+= librumpclient
SUBDIR+= libskey
.endif
-.if ${MACHINE_ARCH} == "x86_64"
+.if ${MACHINE_ARCH} == "x86_64" && ${MLIBDIR:Unone} != "i386"
SUBDIR+= libnvmm
.endif