summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1999-01-04 08:05:55 +0000
committerkato <kato@FreeBSD.org>1999-01-04 08:05:55 +0000
commit754720ffe07066789903bff714690a74a84e805c (patch)
tree7ffc0cee916e8024f3b069efca15dae9d012dcf3 /sys
parentd3eaa092913a2911ad776f91e89f289350724951 (diff)
downloadFreeBSD-src-754720ffe07066789903bff714690a74a84e805c.zip
FreeBSD-src-754720ffe07066789903bff714690a74a84e805c.tar.gz
Sync with sys/i386/boot/rawboot/Makefile revision 1.12.
Diffstat (limited to 'sys')
-rw-r--r--sys/pc98/boot/rawboot/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/pc98/boot/rawboot/Makefile b/sys/pc98/boot/rawboot/Makefile
index b549f42..7aafe0d 100644
--- a/sys/pc98/boot/rawboot/Makefile
+++ b/sys/pc98/boot/rawboot/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.10 1998/03/14 02:30:01 kato Exp $
+# $Id: Makefile,v 1.11 1998/03/30 12:24:12 kato 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 \
-DPC98 \
@@ -69,8 +68,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
OpenPOWER on IntegriCloud