summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-09-28 20:39:23 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-09-28 20:39:23 +0000
commitcd486f4d3030f1b0cdd671b8c1a5a75806f38bed (patch)
treeec3984bf72a373e795bfba2ba407ca6a00c569f6 /Makefile
parent80c4ff739a65e4f37b50b0d19d6213fb49d1e904 (diff)
downloadsrc-test2-cd486f4d3030f1b0cdd671b8c1a5a75806f38bed.tar.gz
src-test2-cd486f4d3030f1b0cdd671b8c1a5a75806f38bed.zip
Notes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index eeecb94ea56b..d2c09ded4234 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.217 1998/09/10 20:44:55 ache Exp $
+# $Id: Makefile,v 1.218 1998/09/15 05:10:17 jkh Exp $
#
# The user-driven targets are:
#
@@ -32,7 +32,7 @@
# For novices wanting to build from current sources, the simple instructions
# are:
#
-# 1. Ensure that your /usr/obj directory has at least 165 Mb of free space.
+# 1. Ensure that your /usr/obj directory has at least 260 Mb of free space.
# 2. `cd /usr/src' (or to the directory containing your source tree).
# 3. `make world'
#