From 61abb011797c5ec02a1098e50e7e8bc021f27d09 Mon Sep 17 00:00:00 2001 From: garbled Date: Fri, 9 Jul 1999 07:07:13 +0000 Subject: [PATCH] libz works much better when the examples aren't compiled into the library. This caused severe pain with c++, as the example contained a main(). --- lib/libz/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libz/Makefile b/lib/libz/Makefile index d4c986ea7e9a..84508b933d0f 100644 --- a/lib/libz/Makefile +++ b/lib/libz/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.12 1999/02/13 02:54:30 lukem Exp $ +# $NetBSD: Makefile,v 1.13 1999/07/09 07:07:13 garbled Exp $ LIB= z MKMAN= no -SRCS= adler32.c compress.c crc32.c deflate.c example.c gzio.c infblock.c \ +SRCS= adler32.c compress.c crc32.c deflate.c gzio.c infblock.c \ infcodes.c inffast.c inflate.c inftrees.c infutil.c trees.c uncompr.c \ zutil.c