Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/kern/lib support zlib
details: https://anonhg.NetBSD.org/src/rev/59a40e9f1174
branches: trunk
changeset: 755797:59a40e9f1174
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Jun 21 21:43:28 2010 +0000
description:
support zlib
diffstat:
sys/rump/kern/lib/Makefile | 4 ++--
sys/rump/kern/lib/libz/Makefile | 12 ++++++++++++
sys/rump/kern/lib/libz/shlib_version | 4 ++++
3 files changed, 18 insertions(+), 2 deletions(-)
diffs (36 lines):
diff -r 76b30869b00c -r 59a40e9f1174 sys/rump/kern/lib/Makefile
--- a/sys/rump/kern/lib/Makefile Mon Jun 21 19:49:31 2010 +0000
+++ b/sys/rump/kern/lib/Makefile Mon Jun 21 21:43:28 2010 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2010/06/14 14:45:47 pooka Exp $
+# $NetBSD: Makefile,v 1.3 2010/06/21 21:43:28 pooka Exp $
#
-SUBDIR+= libksem libtty
+SUBDIR+= libksem libtty libz
.include <bsd.subdir.mk>
diff -r 76b30869b00c -r 59a40e9f1174 sys/rump/kern/lib/libz/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/rump/kern/lib/libz/Makefile Mon Jun 21 21:43:28 2010 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2010/06/21 21:43:28 pooka Exp $
+#
+
+# zlib.c is logically in sys/net
+.PATH: ${.CURDIR}/../../../../net
+
+LIB= rumpkern_z
+
+SRCS= zlib.c
+
+.include <bsd.lib.mk>
+.include <bsd.klinks.mk>
diff -r 76b30869b00c -r 59a40e9f1174 sys/rump/kern/lib/libz/shlib_version
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/rump/kern/lib/libz/shlib_version Mon Jun 21 21:43:28 2010 +0000
@@ -0,0 +1,4 @@
+# $NetBSD: shlib_version,v 1.1 2010/06/21 21:43:28 pooka Exp $
+#
+major=0
+minor=0
Home |
Main Index |
Thread Index |
Old Index