diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-12-30 10:34:48 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-12-30 10:34:48 +0000 |
| commit | 938f0e20c6252b72dfed24fc655ecfdba7e3a07d (patch) | |
| tree | 2994852927d0567f6f9ee3f934eded0505e40427 /sys | |
| parent | a3b2fa527f365bc87b73a9913b2df62e9d64084d (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/i386/boot/cdboot/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/sys/i386/boot/cdboot/Makefile b/sys/i386/boot/cdboot/Makefile index 4c01c44b3373..b59e851fd870 100644 --- a/sys/i386/boot/cdboot/Makefile +++ b/sys/i386/boot/cdboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1997/07/21 16:12:52 bde Exp $ +# $Id: Makefile,v 1.4 1998/03/12 12:26:47 bde Exp $ # PROG= boot @@ -8,7 +8,6 @@ SRCS+= probe_keyboard.c io.c cdrom.c malloc.c .PATH: ${.CURDIR}/../biosboot -BINDIR= /usr/mdec BINMODE= 444 CFLAGS= -O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 \ -mno-486 \ @@ -47,10 +46,6 @@ CFLAGS+= -DCONSPEED=${BOOT_COMCONSOLE_SPEED} CLEANFILES+= boot.img boot.nohdr boot.strip LDFLAGS+= -N -T 0 -nostdlib -#LINKS= ${BINDIR}/sdboot ${BINDIR}/wdboot\ -# ${BINDIR}/sdboot ${BINDIR}/fdboot\ -# ${BINDIR}/bootsd ${BINDIR}/bootwd\ -# ${BINDIR}/bootsd ${BINDIR}/bootfd NOSHARED= YES NOMAN= STRIP= @@ -68,8 +63,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 |
