Rename the JavaStation network boot loader: bootjs.elf -> bootjs.net.
This commit is contained in:
parent
aad6b2204e
commit
170c19e9bf
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue