Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lib/libz use LIBISPRIVATE instead of home-grown.
details: https://anonhg.NetBSD.org/src/rev/e2b120a7e50a
branches: trunk
changeset: 770704:e2b120a7e50a
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Oct 30 00:28:57 2011 +0000
description:
use LIBISPRIVATE instead of home-grown.
diffstat:
sys/lib/libz/Makefile | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diffs (24 lines):
diff -r f1a6b5398734 -r e2b120a7e50a sys/lib/libz/Makefile
--- a/sys/lib/libz/Makefile Sun Oct 30 00:28:26 2011 +0000
+++ b/sys/lib/libz/Makefile Sun Oct 30 00:28:57 2011 +0000
@@ -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 @@
# Files to clean up
CLEANFILES+= lib${LIB}.o
-# only needed during build
-libinstall::
-
.undef DESTDIR
.include <bsd.lib.mk>
Home |
Main Index |
Thread Index |
Old Index