mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
3410878421
in the MODULE_DEPEND() sense.
9 lines
90 B
Makefile
9 lines
90 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../net
|
|
|
|
KMOD= zlib
|
|
SRCS= zlib.c
|
|
|
|
.include <bsd.kmod.mk>
|