diff options
author | steve <steve@FreeBSD.org> | 1998-02-28 06:27:59 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-02-28 06:27:59 +0000 |
commit | bbddf6eaf283d2e811bb29619fc973ee8cefc5f3 (patch) | |
tree | 66eb006c702e9337dfdbbecd22651428f620ba18 | |
parent | 27b056fb853835b8539b58f5c1d2e88421828bf4 (diff) | |
download | FreeBSD-src-bbddf6eaf283d2e811bb29619fc973ee8cefc5f3.zip FreeBSD-src-bbddf6eaf283d2e811bb29619fc973ee8cefc5f3.tar.gz |
foo.gz is created by 'make test' so add it to CLEANFILES.
-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 7cce380..3b75210 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 |