diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1998-03-14 02:30:01 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1998-03-14 02:30:01 +0000 |
| commit | f322c29afeea297ff607c2fdb638f9f9e34f55a7 (patch) | |
| tree | b55e4cf63faf267582f287e540873f55620928e8 /sys/pc98/boot | |
| parent | 773b1808ec04d517bae60cfb8900eb85615ce15e (diff) | |
Notes
Diffstat (limited to 'sys/pc98/boot')
| -rw-r--r-- | sys/pc98/boot/rawboot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/pc98/boot/rawboot/Makefile b/sys/pc98/boot/rawboot/Makefile index 857ed1a51d95..b245603b020c 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. |
