diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1997-03-13 02:12:28 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1997-03-13 02:12:28 +0000 |
| commit | 70bb51efed381b65c46504c06331d333c27cc7af (patch) | |
| tree | 967449a4cb8b95930a417e0e18713d2932629fca /sys | |
| parent | 159383909bfbb7bf16f8fe09e094427f38ea966c (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/pc98/boot/biosboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/boot/biosboot/Makefile b/sys/pc98/boot/biosboot/Makefile index 97fb24fa6e23..b7750be6215a 100644 --- a/sys/pc98/boot/biosboot/Makefile +++ b/sys/pc98/boot/biosboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4.2.2 1996/12/04 16:00:18 phk Exp $ +# $Id: Makefile,v 1.4.2.3 1997/03/08 15:48:18 kato Exp $ # PROG= boot @@ -9,7 +9,7 @@ SRCS+= probe_keyboard.c io.c disk.c sys.c BINDIR= /usr/mdec BINMODE= 444 CFLAGS= -O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 \ - -DPC98 -DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT} + -DPC98 -DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT} \ -mno-486 \ CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK} CFLAGS+= -I${.CURDIR}/../../.. |
