summaryrefslogtreecommitdiff
path: root/sys/modules/zlib/Makefile
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-02-13zlib: Use NO_WDEPRECATED_NON_PROTOTYPEWarner Losh
2023-02-12zlib: silence K&R warnsMateusz Guzik
2022-07-26Suppress -Wstrict-prototypes for several zlib filesDimitry Andric
2019-08-25Remove zlib 1.0.4 from kernel.Xin LI
2019-08-07Expose zlib's utility functions in Z_SOLO library when building kernel.Xin LI
2019-08-01Allow Kernel to link in both legacy libkern/zlib and new sys/contrib/zlib,Xin LI
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
2015-04-22Move zlib.c from net to libkern.Craig Rodrigues
2004-06-20Give zlib the ability to be a module that can be depended on,Mark Murray