diff --git a/gnu/usr.bin/gzip/Makefile b/gnu/usr.bin/gzip/Makefile index b1d1e46b3249..b478b9f55060 100644 --- a/gnu/usr.bin/gzip/Makefile +++ b/gnu/usr.bin/gzip/Makefile @@ -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} \