Sync with sys/i386/boot/biosboot/Makefile revision 1.67.
This commit is contained in:
parent
b8628da9ab
commit
a1a55c022d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user