Don't use Berkeley zcat, use more powerful gzip zcat.

This commit is contained in:
Garrett Wollman 1994-08-05 21:05:31 +00:00
parent 30a54df508
commit b9717ddb85
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1873

View File

@ -3,10 +3,6 @@
PROG= compress
SRCS= compress.c zopen.c
LINKS= ${BINDIR}/compress ${BINDIR}/uncompress
MLINKS= compress.1 uncompress.1 compress.1 zcat.1
afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/zcat.sh ${DESTDIR}/usr/bin/zcat
MLINKS= compress.1 uncompress.1
.include <bsd.prog.mk>