summaryrefslogtreecommitdiff
path: root/lib/libz/Makefile
AgeCommit message (Collapse)Author
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung
2012-08-02remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.Okan Demirmen
ok guenther@
2011-05-26remove hack to test and create /usr/lib/pkgconfig/ if needed, it's been sixJasper Lievisse Adriaanse
months since it was introduced so it's safe to assume people have this dir now. ok deraadt@
2011-05-04Add a zlib.pc pkg-config file, based what newer zlibs ship.Jasper Lievisse Adriaanse
tested by landry@ in a bulk. ok miod@ sthen@
2005-11-24use WANTLINT= (on all architectures)Theo de Raadt
2005-07-20add MLINKS for new(ly documented) functions;Jason McIntyre
2003-12-17add MLINKS for new functions;Jason McIntyre
2003-12-17HAVE_UNISTD_H is unused; nuke itTodd C. Miller
2003-12-16update to zlib 1.2.1Henning Brauer
ok millert@ deraadt@
2003-10-01oops, didn't change the Makefile.Jason McIntyre
add MLINKS to compress.3. rescued by deraadt@
2003-09-25add man page for zlib(3). This is basically an mdoc version of <zlib.h>.Jason McIntyre
ok henning@ deraadt@
2003-02-26Define HAS_snprintf too; deraadt@ OKTodd C. Miller
2003-02-23define HAS_vsnprintfTheo de Raadt
1998-08-08zlib 1.1.3Todd C. Miller
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-07-27Fix typos on install of include filesThorsten Lockert
1996-07-27Integrate zlib v1.0.3Thorsten Lockert