From: Jordan K. Hubbard Date: Mon, 20 Jun 1994 04:32:40 +0000 (+0000) Subject: Make BOOTWAIT a truly tunable parameter. It was hard-set before. X-Git-Tag: FreeBSD-release/1.1.5~52 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/dabe7334559bd4d59fd6b58962a9c3d91636edda Make BOOTWAIT a truly tunable parameter. It was hard-set before. --- diff --git a/sys/i386/boot/Makefile b/sys/i386/boot/Makefile index 774bce6849..568c747d2c 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