Add LIBISPRIVATE?=yes
This commit is contained in:
parent
a5532a8260
commit
2e5f734e9f
|
@ -1,13 +1,11 @@
|
||||||
# $NetBSD: Makefile,v 1.5 2013/08/21 05:45:16 matt Exp $
|
# $NetBSD: Makefile,v 1.6 2013/08/25 14:20:30 matt Exp $
|
||||||
|
|
||||||
WITHOUT_MAN=true # defined
|
|
||||||
|
|
||||||
.include <bsd.obj.mk> # Pull in OBJDIR name rules.
|
.include <bsd.obj.mk> # Pull in OBJDIR name rules.
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
.include <bsd.klinks.mk>
|
.include <bsd.klinks.mk>
|
||||||
|
|
||||||
LIB= kern
|
|
||||||
LIBISPRIVATE?= yes
|
LIBISPRIVATE?= yes
|
||||||
|
LIB= kern
|
||||||
DBG= -Os
|
DBG= -Os
|
||||||
|
|
||||||
S= ${NETBSDSRCDIR}/sys
|
S= ${NETBSDSRCDIR}/sys
|
||||||
|
@ -25,7 +23,7 @@ CWARNFLAGS+= -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith
|
||||||
KERN_AS= library
|
KERN_AS= library
|
||||||
KERNDIR= ${S}/lib/libkern
|
KERNDIR= ${S}/lib/libkern
|
||||||
|
|
||||||
.include "${S}/lib/libkern/Makefile.libkern"
|
.include "${KERNDIR}/Makefile.libkern"
|
||||||
.ifndef ARCHSUBDIR
|
.ifndef ARCHSUBDIR
|
||||||
.BEGIN:
|
.BEGIN:
|
||||||
@echo no ARCHSUBDIR for ${MACHINE_ARCH} nor ${MACHINE_CPU}
|
@echo no ARCHSUBDIR for ${MACHINE_ARCH} nor ${MACHINE_CPU}
|
||||||
|
|
Loading…
Reference in New Issue