diff options
Diffstat (limited to 'libexec/httpd/Makefile')
| -rw-r--r-- | libexec/httpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/httpd/Makefile b/libexec/httpd/Makefile index 822dabcbf52..35e11321260 100644 --- a/libexec/httpd/Makefile +++ b/libexec/httpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2014/01/27 08:18:08 apb Exp $ +# $NetBSD: Makefile,v 1.19 2014/01/27 21:37:17 apb Exp $ # # $eterna: Makefile,v 1.30 2010/07/11 00:34:27 mrg Exp $ # @@ -83,7 +83,7 @@ export-distfile: find . -name .CVS | xargs rm -r; \ ); \ pax -wf ${TAR} ${BASE}; \ - ${TOOL_GZIP} -c9 ${TAR} > ${TAR}.gz; \ + ${TOOL_GZIP} -nc9 ${TAR} > ${TAR}.gz; \ bzip2 -9 ${TAR} @echo "Exported two files:" @echo ${TAR}.gz |
