support zlib

This commit is contained in:
pooka 2010-06-21 21:43:28 +00:00
parent 02bc858973
commit cb2fa571d5
3 changed files with 18 additions and 2 deletions

View File

@ -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>

View File

@ -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>

View File

@ -0,0 +1,4 @@
# $NetBSD: shlib_version,v 1.1 2010/06/21 21:43:28 pooka Exp $
#
major=0
minor=0