summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-06-15 19:16:58 +0000
committerjkh <jkh@FreeBSD.org>1994-06-15 19:16:58 +0000
commit5ae6bfc630a646989235666b8c773fe683a513d3 (patch)
treeede4ad59af84bce7c84ce733bfa50dac52b8d3df /gnu
parent7d31b0a66c6d64a0a03c25fba99875cecaedbda2 (diff)
downloadFreeBSD-src-5ae6bfc630a646989235666b8c773fe683a513d3.zip
FreeBSD-src-5ae6bfc630a646989235666b8c773fe683a513d3.tar.gz
Make gzip static by default. This is needed because it's such a
frequent companion to tar.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gzip/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/gzip/Makefile b/gnu/usr.bin/gzip/Makefile
index cd9ae24..e6f8652 100644
--- a/gnu/usr.bin/gzip/Makefile
+++ b/gnu/usr.bin/gzip/Makefile
@@ -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} \
OpenPOWER on IntegriCloud