Module Name: src
Committed By: matt
Date: Sun Aug 25 14:20:30 UTC 2013
Modified Files:
src/lib/libkern: Makefile
Log Message:
Add LIBISPRIVATE?=yes
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/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/lib/libkern/Makefile
diff -u src/lib/libkern/Makefile:1.5 src/lib/libkern/Makefile:1.6
--- src/lib/libkern/Makefile:1.5 Wed Aug 21 05:45:16 2013
+++ src/lib/libkern/Makefile Sun Aug 25 14:20:30 2013
@@ -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>
-LIB= kern
LIBISPRIVATE?= yes
+LIB= kern
DBG= -Os
S= ${NETBSDSRCDIR}/sys
@@ -25,7 +23,7 @@ CWARNFLAGS+= -Wall -Wmissing-prototypes
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}