mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Do not compile in zlib.c. Add a dependency on module instead.
This commit is contained in:
parent
f7b4d339ac
commit
51eb0765c6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134958
@ -518,4 +518,5 @@ static struct g_class g_uzip_class = {
|
||||
.spoiled = g_uzip_spoiled,
|
||||
};
|
||||
|
||||
DECLARE_GEOM_CLASS(g_uzip_class, g_uzip);
|
||||
DECLARE_GEOM_CLASS(g_uzip_class, geom_uzip);
|
||||
MODULE_DEPEND(geom_uzip, zlib, 1, 1, 1);
|
||||
|
@ -3,7 +3,7 @@
|
||||
.PATH: ${.CURDIR}/../../../geom/uzip ${.CURDIR}/../../../net
|
||||
|
||||
KMOD= geom_uzip
|
||||
SRCS= g_uzip.c zlib.c
|
||||
SRCS= g_uzip.c
|
||||
#CFLAGS= -g
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user