diff options
| author | Steve Price <steve@FreeBSD.org> | 1998-02-28 06:27:59 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1998-02-28 06:27:59 +0000 |
| commit | e827b8c5cb1702eec714c267d4ea6686b075ffac (patch) | |
| tree | a04e94b122769a5c1f8ecfc8f072a0d936fa2536 /lib/libz | |
| parent | 163df7f8019708a9e27eb0955c960dbbd67feaca (diff) | |
Notes
Diffstat (limited to 'lib/libz')
| -rw-r--r-- | lib/libz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libz/Makefile b/lib/libz/Makefile index 7cce380a0a8a..3b75210cb58b 100644 --- a/lib/libz/Makefile +++ b/lib/libz/Makefile @@ -1,5 +1,5 @@ # -# $Id$ +# $Id: Makefile,v 1.5 1997/02/22 11:38:21 peter Exp $ # MAINTAINER=peter@FreeBSD.org @@ -11,7 +11,7 @@ LIB= z #CFLAGS+= -Wall -Wwrite-strings -Wpointer-arith -Wconversion \ # -Wstrict-prototypes -Wmissing-prototypes -CLEANFILES+= example.o example minigzip.o minigzip +CLEANFILES+= example.o example foo.gz minigzip.o minigzip SRCS = adler32.c compress.c crc32.c gzio.c uncompr.c deflate.c trees.c \ zutil.c inflate.c infblock.c inftrees.c infcodes.c infutil.c inffast.c |
