From 5539cab73d7e87ffb1a9c85aa60a89d1c0efa546 Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 12 Nov 2018 09:25:42 +0000 Subject: Do not build a compat i386 version of libnvmm. --- lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index cef54d5ec4e..7af9b5b6752 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -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 @@ -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 -- cgit