diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-02-28 10:41:01 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-02-28 10:41:01 +0000 |
| commit | 271012d5b9b53a9849ff8a85a4d85d1e811eeef9 (patch) | |
| tree | 092731d4066f4b8229dc8b8ee2bd16a3211d780b /lib/libz | |
| parent | acdd6c1ca295364914792155e7a37c7027d576f3 (diff) | |
Install manpage too
Notes
svn path=/head/; revision=33918
Diffstat (limited to 'lib/libz')
| -rw-r--r-- | lib/libz/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libz/Makefile b/lib/libz/Makefile index 3b75210cb58b..b7a805084321 100644 --- a/lib/libz/Makefile +++ b/lib/libz/Makefile @@ -1,10 +1,11 @@ # -# $Id: Makefile,v 1.5 1997/02/22 11:38:21 peter Exp $ +# $Id: Makefile,v 1.6 1998/02/28 06:27:59 steve Exp $ # MAINTAINER=peter@FreeBSD.org LIB= z +MAN3= zlib.3 #CFLAGS+= -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7 #CFLAGS+= -g -DDEBUG |
