diff options
| author | martin <martin@NetBSD.org> | 2018-11-12 09:25:42 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2018-11-12 09:25:42 +0000 |
| commit | 5539cab73d7e87ffb1a9c85aa60a89d1c0efa546 (patch) | |
| tree | 360c32f5735ca11c44bb27f649a6a2b87f397c07 /lib/Makefile | |
| parent | b629e32413b7e12553fd251ce9a7cc5b3ca11d20 (diff) | |
Do not build a compat i386 version of libnvmm.
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <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 |
