1 1.5 jmc # $NetBSD: Makefile,v 1.5 2004/03/19 08:07:28 jmc Exp $ 2 1.1 itojun 3 1.2 itojun .include <bsd.own.mk> 4 1.2 itojun .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 5 1.1 itojun 6 1.2 itojun .include <bsd.kernobj.mk> 7 1.1 itojun 8 1.2 itojun MINIROOTOBJ!= cd ${.CURDIR}/../miniroot && ${PRINTOBJDIR} 9 1.2 itojun MINIROOT= ${MINIROOTOBJ}/miniroot.fs 10 1.2 itojun 11 1.2 itojun MDSETTARGETS= RAMDISK ${MINIROOT} netbsd 12 1.2 itojun MDSET_RELEASEDIR= installation 13 1.2 itojun 14 1.2 itojun HPCBOOTDIR= ${KERNSRCDIR}/arch/hpc/stand 15 1.5 jmc HPCBOOT_SH3= ${HPCBOOTDIR}/binary/SH3 16 1.5 jmc HPCBOOT_SH4= ${HPCBOOTDIR}/binary/SH4 17 1.2 itojun 18 1.5 jmc UUDECODE_FILES= hpcboot-sh3.exe hpcboot-sh4.exe 19 1.5 jmc UUDECODE_FILES_RENAME_hpcboot-sh3.exe= hpcboot-sh3.exe 20 1.5 jmc UUDECODE_FILES_RENAME_hpcboot-sh4.exe= hpcboot-sh4.exe 21 1.5 jmc 22 1.5 jmc CLEANFILES+= hpcboot-sh3.exe.uue hpcboot-sh4.exe.uue 23 1.5 jmc 24 1.5 jmc hpcboot-sh3.exe.uue: 25 1.5 jmc cp ${HPCBOOT_SH3}/hpcboot.exe.uue hpcboot-sh3.exe.uue 26 1.5 jmc hpcboot-sh4.exe.uue: 27 1.5 jmc cp ${HPCBOOT_SH4}/hpcboot.exe.uue hpcboot-sh4.exe.uue 28 1.5 jmc 29 1.5 jmc release:: check_RELEASEDIR .WAIT hpcboot-sh3.exe hpcboot-sh4.exe 30 1.5 jmc cp hpcboot-sh3.exe ${RELEASEDIR}/${MACHINE}/installation; \ 31 1.5 jmc chmod ${NONBINMODE} ${RELEASEDIR}/${MACHINE}/installation/hpcboot-sh3.exe 32 1.5 jmc cp hpcboot-sh4.exe ${RELEASEDIR}/${MACHINE}/installation; \ 33 1.5 jmc chmod ${NONBINMODE} ${RELEASEDIR}/${MACHINE}/installation/hpcboot-sh4.exe 34 1.3 lukem ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation '*.gz' '*.exe' 35 1.2 itojun 36 1.2 itojun .include "${DISTRIBDIR}/common/Makefile.mdset" 37 1.2 itojun 38 1.5 jmc .include <bsd.files.mk> 39 1.2 itojun .include <bsd.prog.mk> 40