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/d8f153e20a70
branches:  trunk
changeset: 789495:d8f153e20a70
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Aug 20 18:06:03 2013 +0000

description:
Add LIBISPRIVATE?=yes

diffstat:

 lib/libkern/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 734ad6e43e47 -r d8f153e20a70 lib/libkern/Makefile
--- a/lib/libkern/Makefile      Tue Aug 20 18:05:03 2013 +0000
+++ b/lib/libkern/Makefile      Tue Aug 20 18:06:03 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2013/08/20 17:41:58 matt Exp $
+#      $NetBSD: Makefile,v 1.3 2013/08/20 18:06:03 matt Exp $
 
 WITHOUT_MAN=true  # defined
 
@@ -6,6 +6,7 @@
 .include <bsd.own.mk>
 
 LIB=   kern
+LIBISPRIVATE?= yes
 DBG=   -Os
 
 MKDEBUGLIB:=    no



Home | Main Index | Thread Index | Old Index