diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-06-15 19:16:58 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-06-15 19:16:58 +0000 |
| commit | 2ded984659a8031e76651ec2996c2e68336d765e (patch) | |
| tree | ede4ad59af84bce7c84ce733bfa50dac52b8d3df /gnu/usr.bin/gzip | |
| parent | 60d5ec6677d9133e9c8be427823892996596474a (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/gzip')
| -rw-r--r-- | gnu/usr.bin/gzip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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} \ |
