summaryrefslogtreecommitdiff
path: root/sys/pc98/boot
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>1997-03-08 15:48:18 +0000
committerKATO Takenori <kato@FreeBSD.org>1997-03-08 15:48:18 +0000
commite3d8f93fddca0836522d9fbf930b287e5e44aa64 (patch)
treec6bc232ef3286739099decda8de43632c52d49b3 /sys/pc98/boot
parentc6cae98b069200440863f989550be7dafd2ae138 (diff)
Notes
Diffstat (limited to 'sys/pc98/boot')
-rw-r--r--sys/pc98/boot/biosboot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/pc98/boot/biosboot/Makefile b/sys/pc98/boot/biosboot/Makefile
index ffab641487b4..97fb24fa6e23 100644
--- a/sys/pc98/boot/biosboot/Makefile
+++ b/sys/pc98/boot/biosboot/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4.2.1 1996/11/10 12:12:18 phk Exp $
+# $Id: Makefile,v 1.4.2.2 1996/12/04 16:00:18 phk Exp $
#
PROG= boot
@@ -10,6 +10,7 @@ BINDIR= /usr/mdec
BINMODE= 444
CFLAGS= -O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 \
-DPC98 -DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT}
+ -mno-486 \
CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK}
CFLAGS+= -I${.CURDIR}/../../..
CFLAGS+= ${CWARNFLAGS}