Module Name:    src
Committed By:   mrg
Date:           Sun Oct 30 00:28:57 UTC 2011

Modified Files:
        src/sys/lib/libz: Makefile

Log Message:
use LIBISPRIVATE instead of home-grown.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/lib/libz/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/libz/Makefile
diff -u src/sys/lib/libz/Makefile:1.17 src/sys/lib/libz/Makefile:1.18
--- src/sys/lib/libz/Makefile:1.17	Sun Jul  3 15:29:35 2011
+++ src/sys/lib/libz/Makefile	Sun Oct 30 00:28:57 2011
@@ -1,8 +1,7 @@
-#	$NetBSD: Makefile,v 1.17 2011/07/03 15:29:35 mrg Exp $
+#	$NetBSD: Makefile,v 1.18 2011/10/30 00:28:57 mrg Exp $
 
 LIB=	z
-NOPIC=	# defined
-NOPROFILE=# defined
+LIBISPRIVATE=	yes
 
 ZDISTDIR:=${.PARSEDIR}/../../../common/dist/zlib
 
@@ -22,9 +21,6 @@ SRCS=	${LIBZSRCS} zalloc.c
 # Files to clean up
 CLEANFILES+= lib${LIB}.o
 
-# only needed during build
-libinstall::
-
 .undef DESTDIR
 .include <bsd.lib.mk>
 

Reply via email to