Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libnvmm Need some minimalistic support for additional th...
details: https://anonhg.NetBSD.org/src/rev/950c91d8db0f
branches: trunk
changeset: 445801:950c91d8db0f
user: martin <martin%NetBSD.org@localhost>
date: Tue Nov 13 09:14:14 2018 +0000
description:
Need some minimalistic support for additional things that ../Makefile
requires, even if we do nothing here
diffstat:
lib/libnvmm/Makefile | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r 6133425d6ffd -r 950c91d8db0f lib/libnvmm/Makefile
--- a/lib/libnvmm/Makefile Tue Nov 13 09:00:08 2018 +0000
+++ b/lib/libnvmm/Makefile Tue Nov 13 09:14:14 2018 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2018/11/13 09:00:09 martin Exp $
+# $NetBSD: Makefile,v 1.4 2018/11/13 09:14:14 martin Exp $
+
+.include <bsd.own.mk>
.if ${MACHINE_ARCH} == "x86_64" && ${MLIBDIR:Unone} != "i386"
-.include <bsd.own.mk>
-
LIB= nvmm
MAN= libnvmm.3
@@ -14,6 +14,10 @@
WARNS= 5
+.else
+LIB=
+LIBDPLIBS=
+.endif
+
.include <bsd.lib.mk>
-.endif
Home |
Main Index |
Thread Index |
Old Index