aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-01-02 20:18:42 +0000
committerWarner Losh <imp@FreeBSD.org>2003-01-02 20:18:42 +0000
commita3929677dd5f6c061dd0466eacf4e63fc60946c9 (patch)
treec5f0a80aa8ce93543b5b814b40f6599beb387ca9
parentcdff01fde9fcb935a88f6807934d1ac27da8e9e0 (diff)
Notes
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 49e2b0fb41fa..0be64bb1f1e0 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -217,7 +217,7 @@ MFSLABEL= auto
MFSSIZE= 8192
.endif
-ZIPNSPLIT= gzip --no-name -9 -c | split -b 240640 -
+ZIPNSPLIT= gzip --no-name -9 -c | split -b 1423k -
# Things that need to be recompiled with Kerberos support.
.if exists(${.CURDIR}/../kerberosIV) && exists(${.CURDIR}/../crypto) && !defined(NOKERBEROS)