diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-08-30 14:59:47 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-08-30 14:59:47 +0000 |
| commit | 401e7fff61471bdbc13d96b24cfe5b6fd6c5ccc0 (patch) | |
| tree | 6206115dbc31eaafd0a5687a3280e8bab2c3c4a9 | |
| parent | d8afaeb24b922bbc97586d25922cb61d6f79a174 (diff) | |
Notes
| -rw-r--r-- | sys/boot/i386/loader/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile index b6c9fd8f1a26..68b6e21eaef6 100644 --- a/sys/boot/i386/loader/Makefile +++ b/sys/boot/i386/loader/Makefile @@ -89,7 +89,7 @@ vers.o: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version ${CC} -c vers.c ${BASE}: ${BASE}.bin ${BTXLDR} ${BTXKERN} ${BTXCRT} - btxld -v -f elf -e ${LOADER_ADDRESS} -o ${.TARGET} -l ${BTXLDR} \ + btxld -v -f aout -e ${LOADER_ADDRESS} -o ${.TARGET} -l ${BTXLDR} \ -b ${BTXKERN} ${BASE}.bin # /usr/bin/kzip ${.TARGET} # mv ${.TARGET}.kz ${.TARGET} |
