make libnv not LIBISPRIVATE when RUMPRUN=yes.
include bsd.init.mk earlier to pick up MAKECONF for RUMPRUN.
This commit is contained in:
parent
6605f04590
commit
eebd0619e8
16
external/bsd/libnv/lib/Makefile
vendored
16
external/bsd/libnv/lib/Makefile
vendored
@ -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
|
|
||||||
LIB= nv
|
|
||||||
#USE_SHLIBDIR= yes
|
|
||||||
#SHLIB_MAJOR= 1
|
|
||||||
#SHLIB_MINOR= 0
|
|
||||||
|
|
||||||
WARNS?= 5
|
WARNS?= 5
|
||||||
|
|
||||||
.include <bsd.init.mk>
|
.include <bsd.init.mk>
|
||||||
|
|
||||||
|
.if ${RUMPRUN:Uno} != "yes"
|
||||||
|
LIBISPRIVATE?= yes
|
||||||
|
.endif
|
||||||
|
LIB= nv
|
||||||
|
#USE_SHLIBDIR= yes
|
||||||
|
#SHLIB_MAJOR= 1
|
||||||
|
#SHLIB_MINOR= 0
|
||||||
|
|
||||||
#INCS= nv.h dnv.h
|
#INCS= nv.h dnv.h
|
||||||
#INCSDIR= /usr/include
|
#INCSDIR= /usr/include
|
||||||
#MAN= nv.3
|
#MAN= nv.3
|
||||||
|
Loading…
Reference in New Issue
Block a user