From f322c29afeea297ff607c2fdb638f9f9e34f55a7 Mon Sep 17 00:00:00 2001 From: KATO Takenori Date: Sat, 14 Mar 1998 02:30:01 +0000 Subject: [PATCH] Sync with sys/i386/boot/rawboot/Makefile revision 1.11. --- sys/pc98/boot/rawboot/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/pc98/boot/rawboot/Makefile b/sys/pc98/boot/rawboot/Makefile index 857ed1a51d9..b245603b020 100644 --- a/sys/pc98/boot/rawboot/Makefile +++ b/sys/pc98/boot/rawboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.8 1998/02/16 09:37:18 kato Exp $ +# $Id: Makefile,v 1.9 1998/03/07 15:48:29 kato Exp $ # PROG= boot @@ -17,7 +17,6 @@ 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.