mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-23 17:31:43 +01:00
Make BOOTWAIT a truly tunable parameter. It was hard-set before.
This commit is contained in:
parent
a346c5163b
commit
2e2df8360c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1760
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user