summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot/Makefile
diff options
context:
space:
mode:
authoradam <adam@FreeBSD.org>1994-06-15 18:15:17 +0000
committeradam <adam@FreeBSD.org>1994-06-15 18:15:17 +0000
commit7fb934835d6128e3140d4fdc68173a36f3891166 (patch)
tree4c6de74f010dcf0aea21f4d51f806f4281495e03 /sys/i386/boot/Makefile
parent9de44e8c43ea4ee0d270d24de0d68fd3896f591d (diff)
downloadFreeBSD-src-7fb934835d6128e3140d4fdc68173a36f3891166.zip
FreeBSD-src-7fb934835d6128e3140d4fdc68173a36f3891166.tar.gz
make BOOTWAIT loopcount parameter available for tuning.
This changes nothing unless f.e. -DBOOTWAIT=0 or -DBOOTWAIT=640000 is used
Diffstat (limited to 'sys/i386/boot/Makefile')
-rw-r--r--sys/i386/boot/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/i386/boot/Makefile b/sys/i386/boot/Makefile
index 4809d9c..d01d81c 100644
--- a/sys/i386/boot/Makefile
+++ b/sys/i386/boot/Makefile
@@ -20,7 +20,7 @@
# the rights to redistribute these changes.
#
# from: Mach, Revision 2.2 92/04/04 11:33:46 rpd
-# $Id: Makefile,v 1.6 1994/05/30 05:23:46 ache Exp $
+# $Id: Makefile,v 1.7 1994/06/02 16:50:56 jkh Exp $
#
wd0:
@@ -32,7 +32,10 @@ wd0:
NOPROG= noprog
NOMAN= noman
-CFLAGS = -O2 -DDO_BAD144 -I${.CURDIR}
+# tunable loopcount parameter, waiting for keypress
+BOOTWAIT=240000
+
+CFLAGS = -O2 -DDO_BAD144 -DBOOTWAIT=${BOOTWAIT} -I${.CURDIR}
LIBS= -lc
INC= -I${.CURDIR}/../..
OpenPOWER on IntegriCloud