11 lines
158 B
Makefile
11 lines
158 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2013/12/29 08:09:44 pgoyette Exp $
|
||
|
|
||
|
.include "../Makefile.inc"
|
||
|
|
||
|
.PATH: ${S}/net
|
||
|
|
||
|
KMOD= zlib
|
||
|
SRCS= zlib.c
|
||
|
|
||
|
.include <bsd.kmodule.mk>
|