summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-05 21:05:31 +0000
committerwollman <wollman@FreeBSD.org>1994-08-05 21:05:31 +0000
commit97f56a5f0d3e9e961ccaa0df8f4b7cd74a0c7034 (patch)
tree2d98fc274564d3762cb90eeb63dfc0297185f0f8 /usr.bin
parentf96b2a7f7c3f22fe36909defd80fa2d64b52f96e (diff)
downloadFreeBSD-src-97f56a5f0d3e9e961ccaa0df8f4b7cd74a0c7034.zip
FreeBSD-src-97f56a5f0d3e9e961ccaa0df8f4b7cd74a0c7034.tar.gz
Don't use Berkeley zcat, use more powerful gzip zcat.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/compress/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/compress/Makefile b/usr.bin/compress/Makefile
index 6a06830..01c59bb 100644
--- a/usr.bin/compress/Makefile
+++ b/usr.bin/compress/Makefile
@@ -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>
OpenPOWER on IntegriCloud