Make BOOTWAIT a truly tunable parameter. It was hard-set before.
authorJordan K. Hubbard <jkh@FreeBSD.org>
Mon, 20 Jun 1994 04:32:40 +0000 (04:32 +0000)
committerJordan K. Hubbard <jkh@FreeBSD.org>
Mon, 20 Jun 1994 04:32:40 +0000 (04:32 +0000)
sys/i386/boot/Makefile

index 774bce6..568c747 100644 (file)
@@ -20,7 +20,7 @@
 # the rights to redistribute these changes.
 #
 #      from: Mach, Revision 2.2        92/04/04  11:33:46  rpd
 # 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:
 #
 
 wd0:
@@ -33,7 +33,7 @@ NOPROG=       noprog
 NOMAN= noman
 
 # tunable loopcount parameter, waiting for keypress
 NOMAN= noman
 
 # tunable loopcount parameter, waiting for keypress
-BOOTWAIT=2400
+BOOTWAIT?=     2400
 
 CFLAGS  = -O2 -DDO_BAD144 -DBOOTWAIT=${BOOTWAIT} -I${.CURDIR}
 LIBS= -lc
 
 CFLAGS  = -O2 -DDO_BAD144 -DBOOTWAIT=${BOOTWAIT} -I${.CURDIR}
 LIBS= -lc