From clkao@heaven.pamud.net  Fri Apr 17 07:04:00 1998
Received: from heaven.pamud.net (clkao@heaven.pamud.net [210.209.60.16])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA20135
          for <FreeBSD-gnats-submit@freebsd.org>; Fri, 17 Apr 1998 07:03:51 GMT
          (envelope-from clkao@heaven.pamud.net)
Received: (from clkao@localhost)
	by heaven.pamud.net (8.8.8/8.8.8) id DAA00734;
	Fri, 17 Apr 1998 03:05:13 +0800 (CST)
	(envelope-from clkao)
Message-Id: <199804161905.DAA00734@heaven.pamud.net>
Date: Fri, 17 Apr 1998 03:05:13 +0800 (CST)
From: clkao@cirx.org
Reply-To: clkao@cirx.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: lib/zlib manuanl pages not installed
X-Send-Pr-Version: 3.2

>Number:         6327
>Category:       misc
>Synopsis:       lib/zlib manuanl pages not installed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 17 00:10:07 PDT 1998
>Closed-Date:    Fri Apr 17 00:26:59 PDT 1998
>Last-Modified:  Tue Nov 27 19:25:32 PST 2001
>Originator:     Chia-liang Kao
>Release:        FreeBSD 2.2.6-RELEASE i386
>Organization:
Panther Tech. Co.
>Environment:

	make world with the lastest stable

>Description:

	when making lib/zlib, the Makefile miss the man page.

>How-To-Repeat:


>Fix:
	
--- Makefile.orig	Fri Apr 17 03:01:20 1998
+++ Makefile	Fri Apr 17 02:51:50 1998
@@ -16,6 +16,8 @@
 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} \
	

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: phk 
State-Changed-When: Fri Apr 17 00:26:59 PDT 1998 
State-Changed-Why:  
committed, thanks! 
>Unformatted:
