Deleted Added
full compact
1c1
< # $FreeBSD: head/sys/boot/i386/cdboot/Makefile 125621 2004-02-09 14:11:58Z ru $
---
> # $FreeBSD: head/sys/boot/i386/cdboot/Makefile 128649 2004-04-25 19:50:20Z obrien $
3c3
< PROG= ${BOOT}.out
---
> PROG= ${BOOT}
13,14c13
< ${BOOT}: ${BOOT}.out
< objcopy -S -O binary ${BOOT}.out ${.TARGET}
---
> LDFLAGS=-N -e start -Ttext ${ORG} -Wl,-S -Wl,--oformat -Wl,binary
16,17d14
< LDFLAGS=-N -e start -Ttext ${ORG}
<