NetBSD/sys/modules/zlib/Makefile

11 lines
158 B
Makefile
Raw Normal View History

# $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>