9 lines
94 B
Makefile
9 lines
94 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../libkern
|
|
|
|
KMOD= zlib
|
|
SRCS= zlib.c
|
|
|
|
.include <bsd.kmod.mk>
|