aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1994-06-15 21:32:38 +0000
committerAdam David <adam@FreeBSD.org>1994-06-15 21:32:38 +0000
commit33d04130bdb383dcdb05cb424108ad7b0c10891d (patch)
tree232ca90c8b6b2da8a568e77f374a251714264ec4 /etc
parente7ab243a998e1d21fc76fdca521427b6def7dfbc (diff)
Notes
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/make.conf10
-rw-r--r--etc/make.conf10
2 files changed, 12 insertions, 8 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index f699579c9edf..f55ab6f0c407 100644
--- a/etc/defaults/make.conf
+++ b/etc/defaults/make.conf
@@ -1,4 +1,4 @@
-# $Id: make.conf,v 1.5 1994/06/14 11:46:52 ache Exp $
+# $Id: make.conf,v 1.6 1994/06/15 20:24:16 adam Exp $
#
# This file, if present, will be read by make (see /usr/share/mk/sys.mk)
# It allows you to override macro definitions to make, without changing
@@ -45,10 +45,12 @@
#PRINTER= ps
#
#
-# Options to pass to make for building the bootblocks
+# How many times to check if a key has been pressed before giving up and
+# booting the default kernel. 0 actually means check once, but saves the
+# loop overhead.
#
-#MDEC_OPT= BOOTWAIT=0
-#MDEC_OPT= BOOTWAIT=640000
+#BOOTWAIT=0
+#BOOTWAIT=640000
#
#
# Allow 'cc' to generate all FPU codes. Do not use this if you intend to
diff --git a/etc/make.conf b/etc/make.conf
index f699579c9edf..f55ab6f0c407 100644
--- a/etc/make.conf
+++ b/etc/make.conf
@@ -1,4 +1,4 @@
-# $Id: make.conf,v 1.5 1994/06/14 11:46:52 ache Exp $
+# $Id: make.conf,v 1.6 1994/06/15 20:24:16 adam Exp $
#
# This file, if present, will be read by make (see /usr/share/mk/sys.mk)
# It allows you to override macro definitions to make, without changing
@@ -45,10 +45,12 @@
#PRINTER= ps
#
#
-# Options to pass to make for building the bootblocks
+# How many times to check if a key has been pressed before giving up and
+# booting the default kernel. 0 actually means check once, but saves the
+# loop overhead.
#
-#MDEC_OPT= BOOTWAIT=0
-#MDEC_OPT= BOOTWAIT=640000
+#BOOTWAIT=0
+#BOOTWAIT=640000
#
#
# Allow 'cc' to generate all FPU codes. Do not use this if you intend to