summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-06-20 04:32:40 +0000
committerjkh <jkh@FreeBSD.org>1994-06-20 04:32:40 +0000
commitc3171f377c362220af9ca87ab0e0394dfc0226cb (patch)
tree7cb033744aaf0b20630fa3572d8a00142edfcd72 /sys
parent57875d4858974c4bf28ecb5c8e8d30f566729e84 (diff)
downloadFreeBSD-src-c3171f377c362220af9ca87ab0e0394dfc0226cb.zip
FreeBSD-src-c3171f377c362220af9ca87ab0e0394dfc0226cb.tar.gz
Make BOOTWAIT a truly tunable parameter. It was hard-set before.
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/boot/Makefile4
-rw-r--r--sys/i386/boot/biosboot/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/boot/Makefile b/sys/i386/boot/Makefile
index 774bce6..568c747 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.8 1994/06/15 18:15:16 adam Exp $
+# $Id: Makefile,v 1.9 1994/06/16 03:53:24 adam Exp $
#
wd0:
@@ -33,7 +33,7 @@ NOPROG= noprog
NOMAN= noman
# tunable loopcount parameter, waiting for keypress
-BOOTWAIT=2400
+BOOTWAIT?= 2400
CFLAGS = -O2 -DDO_BAD144 -DBOOTWAIT=${BOOTWAIT} -I${.CURDIR}
LIBS= -lc
diff --git a/sys/i386/boot/biosboot/Makefile b/sys/i386/boot/biosboot/Makefile
index 774bce6..568c747 100644
--- a/sys/i386/boot/biosboot/Makefile
+++ b/sys/i386/boot/biosboot/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.8 1994/06/15 18:15:16 adam Exp $
+# $Id: Makefile,v 1.9 1994/06/16 03:53:24 adam Exp $
#
wd0:
@@ -33,7 +33,7 @@ NOPROG= noprog
NOMAN= noman
# tunable loopcount parameter, waiting for keypress
-BOOTWAIT=2400
+BOOTWAIT?= 2400
CFLAGS = -O2 -DDO_BAD144 -DBOOTWAIT=${BOOTWAIT} -I${.CURDIR}
LIBS= -lc
OpenPOWER on IntegriCloud