mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-06 22:47:29 +01:00
Make gzip static by default. This is needed because it's such a
frequent companion to tar.
This commit is contained in:
parent
60d5ec6677
commit
2ded984659
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1729
@ -9,6 +9,7 @@ MLINKS= gzip.1 gunzip.1 gzip.1 zcat.1 gzip.1 gzcat.1
|
||||
LINKS+= ${BINDIR}/gzip ${BINDIR}/gunzip
|
||||
LINKS+= ${BINDIR}/gzip ${BINDIR}/gzcat
|
||||
LINKS+= ${BINDIR}/gzip ${BINDIR}/zcat
|
||||
NOSHARED=yes
|
||||
|
||||
afterinstall:
|
||||
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
|
Loading…
Reference in New Issue
Block a user