Module Name: src
Committed By: matt
Date: Wed Aug 21 05:50:14 UTC 2013
Modified Files:
src/sys/lib/libkern: Makefile
Log Message:
Simplify by using LIBISPRIVATE?= yes
To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 src/sys/lib/libkern/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/lib/libkern/Makefile
diff -u src/sys/lib/libkern/Makefile:1.95 src/sys/lib/libkern/Makefile:1.96
--- src/sys/lib/libkern/Makefile:1.95 Sun Jan 18 20:42:11 2009
+++ src/sys/lib/libkern/Makefile Wed Aug 21 05:50:14 2013
@@ -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 @@ LLIBS= # defined
@false
.endif
-# only needed during build
-libinstall::
-
-.undef DESTDIR
.include <bsd.lib.mk>
lib${LIB}.o:: ${OBJS}