mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-06 22:47:29 +01:00
Don't use Berkeley zcat, use more powerful gzip zcat.
This commit is contained in:
parent
30a54df508
commit
b9717ddb85
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1873
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user