Use gzip's -n flag so that simple regression tests of `make world'

work better.
This commit is contained in:
Bruce Evans 1998-03-19 13:32:43 +00:00
parent 5f1c0dcd1a
commit 8d17ea527b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34678

View File

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