summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-01-02 20:18:42 +0000
committerimp <imp@FreeBSD.org>2003-01-02 20:18:42 +0000
commite7208853a8e3200ee2874614736c059b0c1a0611 (patch)
treec5f0a80aa8ce93543b5b814b40f6599beb387ca9 /release
parent356005d158296f63fa2c786e5e3cbf886c5abfb0 (diff)
downloadFreeBSD-src-e7208853a8e3200ee2874614736c059b0c1a0611.zip
FreeBSD-src-e7208853a8e3200ee2874614736c059b0c1a0611.tar.gz
Backout phk's backout of obrien's change.
Hat: core
Diffstat (limited to 'release')
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 49e2b0f..0be64bb 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)
OpenPOWER on IntegriCloud