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
|
@ -1,15 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1 2018/09/08 14:11:11 christos Exp $
|
||||
|
||||
LIBISPRIVATE= yes
|
||||
LIB= nv
|
||||
#USE_SHLIBDIR= yes
|
||||
#SHLIB_MAJOR= 1
|
||||
#SHLIB_MINOR= 0
|
||||
# $NetBSD: Makefile,v 1.2 2019/02/17 23:54:08 bad Exp $
|
||||
|
||||
WARNS?= 5
|
||||
|
||||
.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
|
||||
#INCSDIR= /usr/include
|
||||
#MAN= nv.3
|
||||
|
|
Loading…
Reference in New Issue