diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-12-30 10:55:50 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-12-30 10:55:50 +0000 |
| commit | 2a408617a9b196eac9e92e9874cbfeab42085dbe (patch) | |
| tree | 558fa1f8217daa215285c81bedc7a8abeb511c9d /sys | |
| parent | 296134343a23886f5eaab13b8fac828c194fbf42 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/i386/boot/rawboot/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/i386/boot/rawboot/Makefile b/sys/i386/boot/rawboot/Makefile index 5b2729f0a61a8..061b6959ecf76 100644 --- a/sys/i386/boot/rawboot/Makefile +++ b/sys/i386/boot/rawboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.10 1998/03/07 10:48:15 eivind Exp $ +# $Id: Makefile,v 1.11 1998/03/12 12:26:49 bde Exp $ # PROG= boot @@ -9,7 +9,6 @@ SRCS+= probe_keyboard.c io.c disk.c sys.c .PATH: ${.CURDIR}/../biosboot -BINDIR= /usr/mdec BINMODE= 444 CFLAGS= -O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 \ -DRAWBOOT \ @@ -63,8 +62,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 |
