index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libz
/
Makefile
Age
Commit message (
Expand
)
Author
2023-06-03
bsd.own.mk: rename GCC_NO_* to CC_WNO_*
lukem
2021-10-21
fix various typos, mainly in comments, but also in man pages and log messages.
andvar
2021-04-26
use GCC_NO_IMPLICIT_FALLTHRU.
mrg
2019-09-29
convert HAVE_GCC == 7 to HAVE_GCC >= 7.
mrg
2019-02-04
- use -Wno-error=implicit-fallthrough with GCC7.
mrg
2017-01-10
Adapt to new zlib
christos
2014-01-30
Install a pkg-config file for zlib.
wiz
2012-03-21
These directories don't handle WARNS=5
matt
2007-05-28
Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the
tls
2006-01-14
use zlib-1.2.3
christos
2003-10-03
Add zlib(3) provided by jmc@openbsd -- thank you!
wiz
2002-08-19
Explicitly move setting of NOxxx and USE_SHLIBDIR to the top of the
lukem
2001-12-28
* Add user-controlled mk.conf variables
lukem
2001-12-12
Readability cleanups; MKfoo=no -> NOfoo.
tv
1999-10-26
make z_off_t into off_t, which used to be "long" by mistake.
itojun
1999-07-09
libz works much better when the examples aren't compiled into the
garbled
1999-02-13
convert from NOxxx= to MKxxx=no.
lukem
1998-11-01
Resolve import conflicts.
tron
1997-10-23
use CPPFLAGS instead of CFLAGS
lukem
1997-10-09
- define WARNS?=1 in the top-level Makefile.inc, and don't define
lukem
1997-10-09
WARNSify
lukem
1997-05-25
Remove the uneeded HDRS= line and add zconf.h to the INCS= line.
veego
1997-05-13
Remove _ZLIB_PRIVATE and all related changes. The "exported" API
gwr
1997-03-24
Makefile cleanups:
christos
1996-10-18
Use ${INSTALL}.
thorpej
1996-09-13
RCS ID police: add NetBSD RCS IDs to everything. Since it was imported with
cgd
1996-09-12
clean up 'make test' so that it works even in the presence of
cgd
1996-09-12
Separate interface from implementation so that zlib.h can be
gwr