From 2a60e37a76daa0d72643cf6ea2123467baf79355 Mon Sep 17 00:00:00 2001 From: jtc Date: Tue, 24 Oct 1995 22:18:34 +0000 Subject: [PATCH] Link zcmp to zdiff, zcmp.1 to zdiff.1 --- gnu/usr.bin/gzip/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gnu/usr.bin/gzip/Makefile b/gnu/usr.bin/gzip/Makefile index 706725da795c..b8fa10a85c6d 100644 --- a/gnu/usr.bin/gzip/Makefile +++ b/gnu/usr.bin/gzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1995/04/23 07:58:45 cgd Exp $ +# $NetBSD: Makefile,v 1.17 1995/10/24 22:18:34 jtc Exp $ PROG= gzip SRCS= gzip.c zip.c deflate.c trees.c bits.c unzip.c inflate.c util.c \ @@ -15,12 +15,14 @@ LDSTATIC= -static LDADD+= -lgnumalloc DPADD+= /usr/lib/libgnumalloc.a -MLINKS= gzip.1 gunzip.1 gzip.1 gzcat.1 gzip.1 zcat.1 +MLINKS+= gzip.1 gunzip.1 gzip.1 gzcat.1 gzip.1 zcat.1 +MLINKS+= zdiff.1 zcmp.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}/zdiff ${BINDIR}/zcmp +#LINKS+= ${BINDIR}/gzip ${BINDIR}/uncompress afterinstall: install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \