summaryrefslogtreecommitdiffstats
path: root/share/examples
diff options
context:
space:
mode:
authoradam <adam@FreeBSD.org>1994-06-15 21:32:38 +0000
committeradam <adam@FreeBSD.org>1994-06-15 21:32:38 +0000
commit24f89c1469242434ab6ab918657aa2085fad5ddc (patch)
tree232ca90c8b6b2da8a568e77f374a251714264ec4 /share/examples
parentdf9f97ce7a24e4cdb72a29980373dc49dfb942f7 (diff)
downloadFreeBSD-src-24f89c1469242434ab6ab918657aa2085fad5ddc.zip
FreeBSD-src-24f89c1469242434ab6ab918657aa2085fad5ddc.tar.gz
Changed MDEC_OPT=BOOTWAIT= to BOOTWAIT=
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/etc/make.conf10
1 files changed, 6 insertions, 4 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index f699579..f55ab6f 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/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
OpenPOWER on IntegriCloud