fine, install as zcat, too, but _NOT_ as compress; man page is incorrect.

This commit is contained in:
cgd 1994-10-17 21:37:28 +00:00
parent 894d08c561
commit 39619ceab9
1 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.12 1994/06/19 00:03:43 cgd Exp $
# $Id: Makefile,v 1.13 1994/10/17 21:37:28 cgd Exp $
PROG= gzip
SRCS= gzip.c zip.c deflate.c trees.c bits.c unzip.c inflate.c util.c \
@ -15,11 +15,12 @@ LDSTATIC= -static
LDADD+= -lgnumalloc
DPADD+= /usr/lib/libgnumalloc.a
MLINKS= gzip.1 gunzip.1 gzip.1 gzcat.1 # gzip.1 uncompress.1 gzip.1 zcat.1
MLINKS= gzip.1 gunzip.1 gzip.1 gzcat.1 gzip.1 zcat.1
#MLINKS+= gzip.1 uncompress.1
LINKS+= ${BINDIR}/gzip ${BINDIR}/gunzip
LINKS+= ${BINDIR}/gzip ${BINDIR}/gzcat
#LINKS+= ${BINDIR}/gzip ${BINDIR}/uncompress
#LINKS+= ${BINDIR}/gzip ${BINDIR}/zcat
LINKS+= ${BINDIR}/gzip ${BINDIR}/zcat
afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \