From 2ded984659a8031e76651ec2996c2e68336d765e Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Wed, 15 Jun 1994 19:16:58 +0000 Subject: [PATCH] Make gzip static by default. This is needed because it's such a frequent companion to tar. --- gnu/usr.bin/gzip/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/usr.bin/gzip/Makefile b/gnu/usr.bin/gzip/Makefile index cd9ae24ebcce..e6f86523e47e 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} \