Manpages not installed

PR:		6327
Reviewed by:	phk
Submitted by:	Chia-liang Kao <clkao@cirx.org>
This commit is contained in:
Poul-Henning Kamp 1998-04-17 07:26:51 +00:00
parent ab36c3d3e7
commit b881fb3d9c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35243

View file

@ -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} \