Make gzip static by default. This is needed because it's such a

frequent companion to tar.
This commit is contained in:
Jordan K. Hubbard 1994-06-15 19:16:58 +00:00
parent 60d5ec6677
commit 2ded984659
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1729

View File

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