diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-24 20:49:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-24 20:49:24 +0000 |
commit | e57fb6ec1e4015766ccee169f8cfad54c6933686 (patch) | |
tree | fed5e766dd99e41f67c286877457ff39c378bca0 | |
parent | c9666af5d1ff082b2e33fd8fcfb4c5a81283d666 (diff) |
use WANTLINT= (on all architectures)
34 files changed, 65 insertions, 31 deletions
diff --git a/lib/libarch/Makefile.inc b/lib/libarch/Makefile.inc index 97353479351..53fc0b8632e 100644 --- a/lib/libarch/Makefile.inc +++ b/lib/libarch/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.2 2004/02/26 00:10:47 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.3 2005/11/24 20:49:14 deraadt Exp $ # $NetBSD: Makefile.inc,v 1.1 1996/02/21 02:43:57 jtk Exp $ # # This Makefile includes boiler-plate stuff included by each subdir's Makefile. @@ -8,3 +8,4 @@ POBJS+= ${ASM:.o=.po} CLEANFILES+= ${ASM} ${POBJS} LIB= ${MACHINE_ARCH} +WANTLINT= diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 8e5bbdbf4bb..b931b8d0809 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2005/09/29 12:37:35 uwe Exp $ +# $OpenBSD: Makefile,v 1.25 2005/11/24 20:49:14 deraadt Exp $ # # All library objects contain sccsid strings by default; they may be # excluded as a space-saving measure. To produce a library that does @@ -16,6 +16,7 @@ .include <bsd.own.mk> LIB=c +WANTLINT= LINTFLAGS=-z CLEANFILES+=tags #CFLAGS+=-Werror diff --git a/lib/libcompat/Makefile b/lib/libcompat/Makefile index 8e63baa692c..d3a14964fdb 100644 --- a/lib/libcompat/Makefile +++ b/lib/libcompat/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.11 2003/05/10 04:34:19 millert Exp $ +# $OpenBSD: Makefile,v 1.12 2005/11/24 20:49:16 deraadt Exp $ # $NetBSD: Makefile,v 1.15 1995/09/07 07:17:53 jtc Exp $ LIB= compat +WANTLINT= CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS AINC= -I${.CURDIR}/../libc/arch/${MACHINE_ARCH} .if defined(DESTDIR) diff --git a/lib/libcurses/Makefile b/lib/libcurses/Makefile index da19e7118eb..0780448a99a 100644 --- a/lib/libcurses/Makefile +++ b/lib/libcurses/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.54 2003/10/19 22:20:37 brad Exp $ +# $OpenBSD: Makefile,v 1.55 2005/11/24 20:49:16 deraadt Exp $ # Uncomment this to enable tracing in libcurses #CURSESTRACE=-DTRACE @@ -13,6 +13,7 @@ AWK?= /usr/bin/awk .PATH: ${.CURDIR}/base ${.CURDIR}/tinfo ${.CURDIR}/trace ${.CURDIR}/tty LIB= curses +WANTLINT= SRCS= codes.c comp_captab.c expanded.c fallback.c lib_gen.c lib_keyname.c \ names.c unctrl.c # base diff --git a/lib/libdes/Makefile b/lib/libdes/Makefile index 979aa795eeb..c22e6c1b5ae 100644 --- a/lib/libdes/Makefile +++ b/lib/libdes/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.4 2002/03/04 22:00:13 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 2005/11/24 20:49:16 deraadt Exp $ LIB= des +WANTLINT= SRCS= cbc_cksm.c cbc_enc.c cbc3_enc.c cfb_enc.c cfb64ede.c cfb64enc.c \ des_enc.c ecb_enc.c ecb3_enc.c ede_enc.c enc_read.c enc_writ.c \ fcrypt.c ncbc_enc.c ofb_enc.c ofb64ede.c ofb64enc.c pcbc_enc.c \ diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index 2931a939652..f14359ebd7b 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.8 2003/10/31 08:42:23 otto Exp $ +# $OpenBSD: Makefile,v 1.9 2005/11/24 20:49:17 deraadt Exp $ # $NetBSD: Makefile,v 1.28 2003/08/01 17:03:58 lukem Exp $ # @(#)Makefile 8.1 (Berkeley) 6/4/93 LIB= edit +WANTLINT= USE_SHLIBDIR= yes OSRCS= chared.c common.c el.c emacs.c fcns.c help.c hist.c key.c map.c \ diff --git a/lib/libevent/Makefile b/lib/libevent/Makefile index 0fb39c71f6b..7259e01aab8 100644 --- a/lib/libevent/Makefile +++ b/lib/libevent/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.16 2005/10/12 18:54:54 deraadt Exp $ +# $OpenBSD: Makefile,v 1.17 2005/11/24 20:49:17 deraadt Exp $ LIB= event +WANTLINT= SRCS= buffer.c evbuffer.c event.c kqueue.c log.c poll.c select.c signal.c HDRS= event.h MAN= event.3 diff --git a/lib/libexpat/Makefile b/lib/libexpat/Makefile index 0e436787a78..7a89a1365c5 100644 --- a/lib/libexpat/Makefile +++ b/lib/libexpat/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2004/09/22 21:37:35 espie Exp $ +# $OpenBSD: Makefile,v 1.3 2005/11/24 20:49:17 deraadt Exp $ .PATH: ${.CURDIR}/lib LIB= expat +WANTLINT= SRCS= xmlparse.c xmltok.c xmlrole.c CFLAGS+=-I${.CURDIR} diff --git a/lib/libform/Makefile b/lib/libform/Makefile index 649710e823d..802d1a72693 100644 --- a/lib/libform/Makefile +++ b/lib/libform/Makefile @@ -1,4 +1,5 @@ LIB= form +WANTLINT= SRCS= fld_arg.c fld_attr.c fld_current.c fld_def.c fld_dup.c fld_ftchoice.c \ fld_ftlink.c fld_info.c fld_just.c fld_link.c fld_max.c fld_move.c \ fld_newftyp.c fld_opts.c fld_pad.c fld_page.c fld_stat.c fld_type.c \ diff --git a/lib/libgssapi/Makefile b/lib/libgssapi/Makefile index e238d25a1f4..93e5b785caa 100644 --- a/lib/libgssapi/Makefile +++ b/lib/libgssapi/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.7 2004/11/26 12:02:10 biorn Exp $ +# $OpenBSD: Makefile,v 1.8 2005/11/24 20:49:18 deraadt Exp $ KRB5DIR = ${.CURDIR}/../../kerberosV .include <${.CURDIR}/../libkrb5/Makefile.common.inc> LIB= gssapi +WANTLINT= DIR_GSSAPI= ${KRB5SRC}/lib/gssapi HDR_GSSAPI= gssapi.h diff --git a/lib/libkadm5clnt/Makefile b/lib/libkadm5clnt/Makefile index 853ce58f437..31f20ab71f6 100644 --- a/lib/libkadm5clnt/Makefile +++ b/lib/libkadm5clnt/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 2003/05/14 23:48:20 hin Exp $ +# $OpenBSD: Makefile,v 1.2 2005/11/24 20:49:18 deraadt Exp $ KRB5DIR = ${.CURDIR}/../../kerberosV .include <${.CURDIR}/../libkrb5/Makefile.common.inc> LIB= kadm5clnt +WANTLINT= INCLUDE_FILES= ${KRB5SRC}/lib/kadm5/{admin.h,private.h} kadm5_err.h diff --git a/lib/libkadm5srv/Makefile b/lib/libkadm5srv/Makefile index 02ff24f3c56..2006ae09fce 100644 --- a/lib/libkadm5srv/Makefile +++ b/lib/libkadm5srv/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.4 2004/10/29 16:25:30 biorn Exp $ +# $OpenBSD: Makefile,v 1.5 2005/11/24 20:49:18 deraadt Exp $ KRB5DIR = ${.CURDIR}/../../kerberosV .include <${.CURDIR}/../libkrb5/Makefile.common.inc> LIB= kadm5srv +WANTLINT= DIR_KADM5SRV= ${KRB5SRC}/lib/kadm5 HDR_KADM5SRV= admin.h kadm5-private.h kadm5-protos.h private.h diff --git a/lib/libkeynote/Makefile b/lib/libkeynote/Makefile index e4aff3328ee..08cb415fabe 100644 --- a/lib/libkeynote/Makefile +++ b/lib/libkeynote/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.15 2004/06/25 05:06:49 msf Exp $ +# $OpenBSD: Makefile,v 1.16 2005/11/24 20:49:18 deraadt Exp $ LIB= keynote +WANTLINT= MAN= keynote.3 keynote.4 keynote.5 MLINKS= keynote.3 kn_init.3 keynote.3 kn_add_assertion.3 \ keynote.3 kn_remove_assertion.3 keynote.3 kn_add_action.3 \ diff --git a/lib/libkrb5/Makefile b/lib/libkrb5/Makefile index f66db982014..439e4d420f3 100644 --- a/lib/libkrb5/Makefile +++ b/lib/libkrb5/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2004/08/07 14:56:23 deraadt Exp $ +# $OpenBSD: Makefile,v 1.16 2005/11/24 20:49:18 deraadt Exp $ .include <bsd.own.mk> @@ -7,6 +7,7 @@ GENDIR= ${.CURDIR}/generated .include "Makefile.common.inc" LIB = krb5 +WANTLINT= .PATH: ${KRB5SRC}/lib .PATH: ${GENDIR} diff --git a/lib/libkvm/Makefile b/lib/libkvm/Makefile index 5fee75207a5..b7a658c0407 100644 --- a/lib/libkvm/Makefile +++ b/lib/libkvm/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.7 2004/01/08 04:59:10 millert Exp $ +# $OpenBSD: Makefile,v 1.8 2005/11/24 20:49:18 deraadt Exp $ # $NetBSD: Makefile,v 1.11 1996/03/18 22:33:07 thorpej Exp $ # from: @(#)Makefile 8.1 (Berkeley) 6/4/93 LIB= kvm +WANTLINT= CFLAGS+=-DLIBC_SCCS # Try most specific name first. diff --git a/lib/libl/Makefile b/lib/libl/Makefile index ed72851b2e8..0bbb728e9af 100644 --- a/lib/libl/Makefile +++ b/lib/libl/Makefile @@ -1,7 +1,8 @@ # $NetBSD: Makefile,v 1.5 1995/02/25 09:02:37 cgd Exp $ -# $OpenBSD: Makefile,v 1.3 2001/07/21 20:05:43 millert Exp $ +# $OpenBSD: Makefile,v 1.4 2005/11/24 20:49:18 deraadt Exp $ LIB= l +WANTLINT= SRCS= libmain.c libyywrap.c NOPIC= diff --git a/lib/libm/Makefile b/lib/libm/Makefile index aa7debe6277..8c1a8d08bff 100644 --- a/lib/libm/Makefile +++ b/lib/libm/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.28 1995/11/20 22:06:19 jtc Exp $ -# $OpenBSD: Makefile,v 1.35 2005/11/17 20:07:40 otto Exp $ +# $OpenBSD: Makefile,v 1.36 2005/11/24 20:49:18 deraadt Exp $ # # @(#)Makefile 5.1beta 93/09/24 # @@ -98,6 +98,7 @@ CFLAGS+= -D_MULTI_LIBM -D_POSIX_MODE .endif LIB= m +WANTLINT= COMMON_SRCS = e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c \ e_atan2.c e_atan2f.c e_atanh.c e_atanhf.c e_cosh.c e_coshf.c e_exp.c \ e_expf.c e_fmod.c e_fmodf.c e_hypot.c e_hypotf.c e_j0.c e_j0f.c \ diff --git a/lib/libmenu/Makefile b/lib/libmenu/Makefile index 18ea99426f1..ede206b1067 100644 --- a/lib/libmenu/Makefile +++ b/lib/libmenu/Makefile @@ -1,4 +1,5 @@ LIB= menu +WANTLINT= SRCS= m_adabind.c m_attribs.c m_cursor.c m_driver.c m_format.c \ m_global.c m_hook.c m_item_cur.c m_item_nam.c m_item_new.c \ m_item_opt.c m_item_top.c m_item_use.c m_item_val.c m_item_vis.c \ diff --git a/lib/libocurses/Makefile b/lib/libocurses/Makefile index b84a8f75284..e37308803b9 100644 --- a/lib/libocurses/Makefile +++ b/lib/libocurses/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.8 2002/06/24 18:03:30 tholo Exp $ +# $OpenBSD: Makefile,v 1.9 2005/11/24 20:49:19 deraadt Exp $ CFLAGS+=#-DTFILE=\"/dev/ttyp0\" CFLAGS+=-D_CURSES_PRIVATE -I${.CURDIR} CFLAGS+=-DCM_N -DCM_GT -DCM_B -DCM_D LIB= ocurses +WANTLINT= SRCS= addbytes.c addch.c addnstr.c box.c clear.c clrtobot.c clrtoeol.c \ cr_put.c ctrace.c cur_hash.c curses.c delch.c deleteln.c delwin.c \ erase.c fullname.c getch.c getstr.c id_subwins.c idlok.c initscr.c \ diff --git a/lib/libossaudio/Makefile b/lib/libossaudio/Makefile index e923197facf..0cf69c48e79 100644 --- a/lib/libossaudio/Makefile +++ b/lib/libossaudio/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 1998/05/04 06:02:37 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2005/11/24 20:49:19 deraadt Exp $ # $NetBSD: Makefile,v 1.5 1998/04/13 14:18:45 lukem Exp $ LIB= ossaudio +WANTLINT= MAN= ossaudio.3 SRCS= ossaudio.c diff --git a/lib/libpanel/Makefile b/lib/libpanel/Makefile index cbd21430d6f..d9d81a542e1 100644 --- a/lib/libpanel/Makefile +++ b/lib/libpanel/Makefile @@ -1,4 +1,5 @@ LIB= panel +WANTLINT= SRCS= p_above.c p_below.c p_bottom.c p_delete.c p_hidden.c p_hide.c p_move.c \ p_new.c p_replace.c p_show.c p_top.c p_update.c p_user.c p_win.c panel.c HDRS= panel.h diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile index 3e0d2a560ac..3ab9309a2cd 100644 --- a/lib/libpcap/Makefile +++ b/lib/libpcap/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.16 2005/11/18 11:05:38 djm Exp $ +# $OpenBSD: Makefile,v 1.17 2005/11/24 20:49:20 deraadt Exp $ # $NetBSD: Makefile,v 1.3 1996/05/10 21:54:24 cgd Exp $ LIB= pcap +WANTLINT= MAN= pcap.3 MLINKS= pcap.3 pcap_open_live.3 pcap.3 pcap_open_offline.3 \ pcap.3 pcap_dump_open.3 pcap.3 pcap_lookupdev.3 pcap.3 \ diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index 09c466ff9e2..6946dc8c4d3 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2004/01/18 23:54:20 marc Exp $ +# $OpenBSD: Makefile,v 1.23 2005/11/24 20:49:20 deraadt Exp $ # # The pthread library is formed from the FreeBSD uthread sources of @@ -9,6 +9,7 @@ SRCDIR= ${.CURDIR} LIBCSRCDIR= ${.CURDIR}/../libc LIB= pthread +WANTLINT= LINTFLAGS= -z CFLAGS+= -DPTHREAD_KERNEL -D_POSIX_THREADS -D_THREAD_SAFE -Wall CFLAGS+= -Wpointer-arith -Wwrite-strings -Wstrict-prototypes diff --git a/lib/libresolv/Makefile b/lib/libresolv/Makefile index 2e8acd072dc..1e3b4188ae2 100644 --- a/lib/libresolv/Makefile +++ b/lib/libresolv/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2000/03/02 00:29:51 todd Exp $ +# $OpenBSD: Makefile,v 1.5 2005/11/24 20:49:20 deraadt Exp $ # libresolv no longer needs a special version of the resolver routines. # The resolver is always in libc. @@ -6,6 +6,7 @@ NOPIC= LIB=resolv +WANTLINT= SRCS=nothing.c diff --git a/lib/librpcsvc/Makefile b/lib/librpcsvc/Makefile index acb486ec1ef..d5b4df08ff9 100644 --- a/lib/librpcsvc/Makefile +++ b/lib/librpcsvc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2005/10/12 18:54:55 deraadt Exp $ +# $OpenBSD: Makefile,v 1.9 2005/11/24 20:49:20 deraadt Exp $ RPCSRCS= bootparam_prot.x klm_prot.x mount.x nfs_prot.x \ @@ -9,6 +9,7 @@ HDRS= ${RPCSRCS:R:S/$/.h/g} CLEANFILES+= ${SRCS} ${HDRS} LIB= rpcsvc +WANTLINT= NOMAN= all: ${HDRS} diff --git a/lib/libsectok/Makefile b/lib/libsectok/Makefile index 1a3fab9711a..ff6b493613a 100644 --- a/lib/libsectok/Makefile +++ b/lib/libsectok/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.8 2001/08/03 20:02:36 jakob Exp $ +# $OpenBSD: Makefile,v 1.9 2005/11/24 20:49:20 deraadt Exp $ LIB= sectok +WANTLINT= SRCS= atr.c cmdtab.c cyberflex.c input.c r1r2.c sc7816.c sectok.c todos_atr.c \ ifdhandler.c scT1.c scio.c scrw.c HDRS= sectok.h diff --git a/lib/libskey/Makefile b/lib/libskey/Makefile index 448a07835ee..1049a652fe5 100644 --- a/lib/libskey/Makefile +++ b/lib/libskey/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.9 2005/10/12 16:08:14 jmc Exp $ +# $OpenBSD: Makefile,v 1.10 2005/11/24 20:49:21 deraadt Exp $ LIB= skey +WANTLINT= SRCS= skeylogin.c skeysubr.c put.c HDRS= skey.h MAN+= skey.3 skey.5 diff --git a/lib/libssl/crypto/Makefile b/lib/libssl/crypto/Makefile index 26577285ccd..66cc55c93b1 100644 --- a/lib/libssl/crypto/Makefile +++ b/lib/libssl/crypto/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.43 2005/05/10 14:03:22 markus Exp $ +# $OpenBSD: Makefile,v 1.44 2005/11/24 20:49:21 deraadt Exp $ LIB= crypto +WANTLINT= SSLEAYDIST= src SSL_SRC= ${.CURDIR}/../${SSLEAYDIST} diff --git a/lib/libssl/ssl/Makefile b/lib/libssl/ssl/Makefile index 9dc278a633f..dd5ff5720cc 100644 --- a/lib/libssl/ssl/Makefile +++ b/lib/libssl/ssl/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.20 2005/03/30 13:08:02 markus Exp $ +# $OpenBSD: Makefile,v 1.21 2005/11/24 20:49:23 deraadt Exp $ LIB= ssl +WANTLINT= SSLEAYDIST= src diff --git a/lib/libusbhid/Makefile b/lib/libusbhid/Makefile index 9293669de9d..ef1ed96496f 100644 --- a/lib/libusbhid/Makefile +++ b/lib/libusbhid/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2004/06/04 00:47:32 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 2005/11/24 20:49:23 deraadt Exp $ # $NetBSD: Makefile,v 1.5 1999/07/23 09:44:38 mrg Exp $ LIB= usbhid +WANTLINT= MAN= usbhid.3 MLINKS= usbhid.3 hid_dispose_report_desc.3 \ diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile index 5218819b422..3e546decae0 100644 --- a/lib/libutil/Makefile +++ b/lib/libutil/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.28 2004/07/13 21:09:48 millert Exp $ +# $OpenBSD: Makefile,v 1.29 2005/11/24 20:49:23 deraadt Exp $ # $NetBSD: Makefile,v 1.8 1996/05/16 07:03:28 thorpej Exp $ LIB= util +WANTLINT= CFLAGS+=-DLIBC_SCCS HDRS= util.h diff --git a/lib/libwrap/Makefile b/lib/libwrap/Makefile index daf071de9b9..c9bf6fc3464 100644 --- a/lib/libwrap/Makefile +++ b/lib/libwrap/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.5 2001/02/16 02:15:58 beck Exp $ +# $OpenBSD: Makefile,v 1.6 2005/11/24 20:49:23 deraadt Exp $ LIB= wrap +WANTLINT= SRCS= hosts_access.c options.c shell_cmd.c rfc931.c eval.c \ hosts_ctl.c refuse.c percent_x.c clean_exit.c \ fix_options.c socket.c update.c misc.c \ diff --git a/lib/liby/Makefile b/lib/liby/Makefile index dd1ff7aa975..3a99b0bc4b3 100644 --- a/lib/liby/Makefile +++ b/lib/liby/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2000/03/02 00:29:51 todd Exp $ +# $OpenBSD: Makefile,v 1.3 2005/11/24 20:49:23 deraadt Exp $ LIB= y SRCS= main.c yyerror.c NOPIC= nopic +WANTLINT= .include <bsd.lib.mk> diff --git a/lib/libz/Makefile b/lib/libz/Makefile index abb5c20deb3..a535babeb96 100644 --- a/lib/libz/Makefile +++ b/lib/libz/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.13 2005/07/20 21:29:00 jmc Exp $ +# $OpenBSD: Makefile,v 1.14 2005/11/24 20:49:23 deraadt Exp $ LIB= z +WANTLINT= HDRS= zconf.h zlib.h SRCS= adler32.c compress.c crc32.c deflate.c gzio.c infback.c \ inffast.c inflate.c inftrees.c trees.c uncompr.c zutil.c |