Link zcmp to zdiff, zcmp.1 to zdiff.1

This commit is contained in:
jtc 1995-10-24 22:18:34 +00:00
parent baf5b9b139
commit 2a60e37a76

View File

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