aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>1998-11-23 07:34:37 +0000
committerKATO Takenori <kato@FreeBSD.org>1998-11-23 07:34:37 +0000
commit94563b451344bd88b392450f64bd13fa0c291475 (patch)
tree26200fbc76f3d0fd0e274911663ebd4623480a05 /sys
parent5f67a9c8a176b38158e5d22f79668a2eda56ec8a (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/pc98/boot/biosboot/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/pc98/boot/biosboot/Makefile b/sys/pc98/boot/biosboot/Makefile
index cef96e0f6c15..1d6430e50117 100644
--- a/sys/pc98/boot/biosboot/Makefile
+++ b/sys/pc98/boot/biosboot/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.18 1998/05/28 13:46:04 kato Exp $
+# $Id: Makefile,v 1.19 1998/09/15 14:08:34 kato Exp $
#
PROG= boot
@@ -8,7 +8,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 \
+CFLAGS= -aout -O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 \
-mno-486 \
-DPC98 -DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT}
CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK}
@@ -64,8 +64,8 @@ BOOTSTACK= 0xFFF0
boot.strip: boot
cp -p boot boot.strip
- strip boot.strip
- size boot.strip
+ strip -aout boot.strip
+ size -aout boot.strip
boot.nohdr: boot.strip
dd if=boot.strip of=boot.nohdr ibs=32 skip=1 obs=1024b