From 617980893e557d39eecd96a3e7fe7a6c94198b72 Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Mon, 6 Dec 2004 11:29:51 +0000 Subject: [PATCH] Don't include the "Hello, world" example in libz. --- lib/libz/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libz/Makefile b/lib/libz/Makefile index fc919d5e1d..6e3f6af8d4 100644 --- a/lib/libz/Makefile +++ b/lib/libz/Makefile @@ -1,6 +1,6 @@ # # $FreeBSD: src/lib/libz/Makefile,v 1.11.2.4 2003/02/01 13:33:12 sobomax Exp $ -# $DragonFly: src/lib/libz/Makefile,v 1.5 2004/11/12 18:10:42 joerg Exp $ +# $DragonFly: src/lib/libz/Makefile,v 1.6 2004/12/06 11:29:51 joerg Exp $ # LIB= z @@ -19,7 +19,7 @@ CONTRIBDIR= ${.CURDIR}/../../contrib/zlib-1.2.2 CLEANFILES+= example.o example foo.gz minigzip.o minigzip -SRCS= adler32.c compress.c crc32.c deflate.c example.c gzio.c infback.c +SRCS= adler32.c compress.c crc32.c deflate.c gzio.c infback.c SRCS+= inffast.c inflate.c inftrees.c trees.c uncompr.c zopen.c zutil.c SRCS+= ${PATCHES} -- 2.41.0