mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-09 14:09:10 -04:00
13 lines
207 B
Makefile
13 lines
207 B
Makefile
# $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>
|