Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lib/libkern Simplify by using LIBISPRIVATE?= yes



details:   https://anonhg.NetBSD.org/src/rev/2f3578f9aa25
branches:  trunk
changeset: 789514:2f3578f9aa25
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Aug 21 05:50:14 2013 +0000

description:
Simplify by using LIBISPRIVATE?= yes

diffstat:

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

diffs (25 lines):

diff -r 8ad9c867ee53 -r 2f3578f9aa25 sys/lib/libkern/Makefile
--- a/sys/lib/libkern/Makefile  Wed Aug 21 05:45:16 2013 +0000
+++ b/sys/lib/libkern/Makefile  Wed Aug 21 05:50:14 2013 +0000
@@ -1,8 +1,7 @@
-#      $NetBSD: Makefile,v 1.95 2009/01/18 20:42:11 he Exp $
+#      $NetBSD: Makefile,v 1.96 2013/08/21 05:50:14 matt Exp $
 
 LIB=           kern
-NOPIC=         # defined
-LLIBS=         # defined
+LIBISPRIVATE?= yes
 
 .include "Makefile.libkern"
 .ifndef ARCHSUBDIR
@@ -11,10 +10,6 @@
        @false
 .endif
 
-# only needed during build
-libinstall::
-
-.undef DESTDIR
 .include <bsd.lib.mk>
 
 lib${LIB}.o:: ${OBJS}



Home | Main Index | Thread Index | Old Index