Sync with sys/i386/boot/biosboot/Makefile revision 1.67.

This commit is contained in:
kato 1998-11-23 07:34:37 +00:00
parent b8628da9ab
commit a1a55c022d

View File

@ -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 PROG= boot
@ -8,7 +8,7 @@ SRCS+= probe_keyboard.c io.c disk.c sys.c
BINDIR= /usr/mdec BINDIR= /usr/mdec
BINMODE= 444 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 \ -mno-486 \
-DPC98 -DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT} -DPC98 -DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT}
CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK} CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK}
@ -64,8 +64,8 @@ BOOTSTACK= 0xFFF0
boot.strip: boot boot.strip: boot
cp -p boot boot.strip cp -p boot boot.strip
strip boot.strip strip -aout boot.strip
size boot.strip size -aout boot.strip
boot.nohdr: boot.strip boot.nohdr: boot.strip
dd if=boot.strip of=boot.nohdr ibs=32 skip=1 obs=1024b dd if=boot.strip of=boot.nohdr ibs=32 skip=1 obs=1024b