diff options
author | phk <phk@FreeBSD.org> | 1998-04-17 07:26:51 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1998-04-17 07:26:51 +0000 |
commit | d4ecba4c813f3676d439aa6242c2a5fb009f929e (patch) | |
tree | 0cbfb7fcb8f0998155dbc17497485f9735df38e0 /lib/libz/Makefile | |
parent | e9db8290885f3407596d2c466538bb62dae7e1bc (diff) | |
download | FreeBSD-src-d4ecba4c813f3676d439aa6242c2a5fb009f929e.zip FreeBSD-src-d4ecba4c813f3676d439aa6242c2a5fb009f929e.tar.gz |
Manpages not installed
PR: 6327
Reviewed by: phk
Submitted by: Chia-liang Kao <clkao@cirx.org>
Diffstat (limited to 'lib/libz/Makefile')
-rw-r--r-- | lib/libz/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libz/Makefile b/lib/libz/Makefile index b7a8050..cb58030 100644 --- a/lib/libz/Makefile +++ b/lib/libz/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.6 1998/02/28 06:27:59 steve Exp $ +# $Id: Makefile,v 1.7 1998/02/28 10:41:01 ache Exp $ # MAINTAINER=peter@FreeBSD.org @@ -17,6 +17,8 @@ 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 +MAN3 = zlib.3 + beforeinstall: .for hdr in zconf.h zlib.h ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/${hdr} \ |