Module Name:    src
Committed By:   bad
Date:           Sun Feb 17 23:54:08 UTC 2019

Modified Files:
        src/external/bsd/libnv/lib: Makefile

Log Message:
make libnv not LIBISPRIVATE when RUMPRUN=yes.

include bsd.init.mk earlier to pick up MAKECONF for RUMPRUN.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/libnv/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/external/bsd/libnv/lib/Makefile
diff -u src/external/bsd/libnv/lib/Makefile:1.1 src/external/bsd/libnv/lib/Makefile:1.2
--- src/external/bsd/libnv/lib/Makefile:1.1	Sat Sep  8 14:11:11 2018
+++ src/external/bsd/libnv/lib/Makefile	Sun Feb 17 23:54:08 2019
@@ -1,15 +1,17 @@
-# $NetBSD: Makefile,v 1.1 2018/09/08 14:11:11 christos Exp $
+# $NetBSD: Makefile,v 1.2 2019/02/17 23:54:08 bad Exp $
 
-LIBISPRIVATE=	yes
+WARNS?=		5
+
+.include <bsd.init.mk>
+
+.if ${RUMPRUN:Uno} != "yes"
+LIBISPRIVATE?=	yes
+.endif
 LIB=		nv
 #USE_SHLIBDIR=	yes
 #SHLIB_MAJOR=	1
 #SHLIB_MINOR=	0
 
-WARNS?=		5
-
-.include <bsd.init.mk>
-
 #INCS=		nv.h dnv.h
 #INCSDIR=	/usr/include
 #MAN=		nv.3

Reply via email to