Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libkern Add LIBISPRIVATE?=yes
details: https://anonhg.NetBSD.org/src/rev/ca18180655f7
branches: trunk
changeset: 789601:ca18180655f7
user: matt <matt%NetBSD.org@localhost>
date: Sun Aug 25 14:20:30 2013 +0000
description:
Add LIBISPRIVATE?=yes
diffstat:
lib/libkern/Makefile | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diffs (28 lines):
diff -r 8404188631bd -r ca18180655f7 lib/libkern/Makefile
--- a/lib/libkern/Makefile Sun Aug 25 14:13:47 2013 +0000
+++ b/lib/libkern/Makefile Sun Aug 25 14:20:30 2013 +0000
@@ -1,13 +1,11 @@
-# $NetBSD: Makefile,v 1.5 2013/08/21 05:45:16 matt Exp $
-
-WITHOUT_MAN=true # defined
+# $NetBSD: Makefile,v 1.6 2013/08/25 14:20:30 matt Exp $
.include <bsd.obj.mk> # Pull in OBJDIR name rules.
.include <bsd.own.mk>
.include <bsd.klinks.mk>
+LIBISPRIVATE?= yes
LIB= kern
-LIBISPRIVATE?= yes
DBG= -Os
S= ${NETBSDSRCDIR}/sys
@@ -25,7 +23,7 @@
KERN_AS= library
KERNDIR= ${S}/lib/libkern
-.include "${S}/lib/libkern/Makefile.libkern"
+.include "${KERNDIR}/Makefile.libkern"
.ifndef ARCHSUBDIR
.BEGIN:
@echo no ARCHSUBDIR for ${MACHINE_ARCH} nor ${MACHINE_CPU}
Home |
Main Index |
Thread Index |
Old Index