Synchronize with sys/i386/boot/rawboot/Makefile revison 1.4.

This commit is contained in:
KATO Takenori 1996-12-15 09:22:52 +00:00
parent cc48749980
commit 2248a5a700
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20497

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.2 1996/10/23 07:24:42 asami Exp $
# $Id: Makefile,v 1.3 1996/11/09 00:18:25 asami Exp $
#
PROG= boot
@ -17,6 +17,7 @@ CFLAGS= -O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 \
-I${.CURDIR}/../biosboot \
-DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT}
CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK}
CFLAGS+= -I${.CURDIR}/../../..
CFLAGS+= ${CWARNFLAGS}
# Probe the keyboard and use the serial console if the keyboard isn't found.