diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-03-19 13:32:43 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-03-19 13:32:43 +0000 |
| commit | 8d17ea527bc64a127ef390208e79bd9f01e8f739 (patch) | |
| tree | 366b58654990a1eddb7997c34fc73d42e0b24eab /share | |
| parent | 5f1c0dcd1a7fa1553a6fb2ed1dd8712831cfcad8 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/mk/bsd.own.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 038b27508d30..48ac0b0aefe7 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $Id: bsd.own.mk,v 1.11 1998/01/03 19:07:30 wosch Exp $ +# $Id: bsd.own.mk,v 1.12 1998/01/04 00:00:21 steve Exp $ # # The include file <bsd.own.mk> set common variables for owner, # group, mode, and directories. Defaults are in brackets. @@ -19,7 +19,7 @@ # a single knob. [-c] # # COMPRESS_CMD Program to compress documents. -# Output is to stdout. [gzip -c] +# Output is to stdout. [gzip -cn] # # COMPRESS_EXT File name extension of ${COMPRESS_CMD} command. [.gz] # @@ -171,5 +171,5 @@ STRIP?= -s .endif COPY?= -c -COMPRESS_CMD?= gzip -c +COMPRESS_CMD?= gzip -cn COMPRESS_EXT?= .gz |
