diff options
| author | martin <martin@NetBSD.org> | 2003-12-15 17:34:36 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2003-12-15 17:34:36 +0000 |
| commit | 170c19e9bf8b70490888b6d4eba69eca2f8e3545 (patch) | |
| tree | a07cfc95c83e01c5a3c6a6767110011b2d49c0ca /sys | |
| parent | aad6b2204eb27de98dd9399b5cb5882dea5450bf (diff) | |
Rename the JavaStation network boot loader: bootjs.elf -> bootjs.net.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/sparc/stand/boot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc/stand/boot/Makefile b/sys/arch/sparc/stand/boot/Makefile index 7c325355873..f5a25c4c96f 100644 --- a/sys/arch/sparc/stand/boot/Makefile +++ b/sys/arch/sparc/stand/boot/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.31 2003/12/12 22:15:59 martin Exp $ +# $NetBSD: Makefile,v 1.32 2003/12/15 17:34:36 martin Exp $ STRIPFLAG= PROGSOURCE= boot.c net.c netif_sun.c conf.c openfirm.c bootinfo.c \ mmu.c prompatch.c vers.c NEWVERSWHAT= "Secondary Boot" -FILES= boot.net bootjs.elf ${RELOCS:S/^/boot./g} +FILES= boot.net bootjs.net ${RELOCS:S/^/boot./g} CLEANFILES:= vers.c ${FILES} LINKS= ${BINDIR}/boot.${RELOC_DEFAULT} ${BINDIR}/boot @@ -52,7 +52,7 @@ SUN_MAGIC_HEADER='\01\03\01\07\060\200\0\07\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ boot.net: boot.${RELOC_DEFAULT} (printf ${SUN_MAGIC_HEADER}; cat ${.ALLSRC} ) > ${.TARGET} -bootjs.elf: ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN} +bootjs.net: ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN} ${LD} -o ${.TARGET} ${LINKFLAGS} -Ttext 300000 ${OBJS} \ ${LIBSA} ${LIBZ} ${LIBKERN} ${SIZE} ${.TARGET} |
