Makefile revision 1.5
11.5Sjmc# $NetBSD: Makefile,v 1.5 2004/03/19 08:07:28 jmc Exp $ 21.1Sitojun 31.2Sitojun.include <bsd.own.mk> 41.2Sitojun.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 51.1Sitojun 61.2Sitojun.include <bsd.kernobj.mk> 71.1Sitojun 81.2SitojunMINIROOTOBJ!= cd ${.CURDIR}/../miniroot && ${PRINTOBJDIR} 91.2SitojunMINIROOT= ${MINIROOTOBJ}/miniroot.fs 101.2Sitojun 111.2SitojunMDSETTARGETS= RAMDISK ${MINIROOT} netbsd 121.2SitojunMDSET_RELEASEDIR= installation 131.2Sitojun 141.2SitojunHPCBOOTDIR= ${KERNSRCDIR}/arch/hpc/stand 151.5SjmcHPCBOOT_SH3= ${HPCBOOTDIR}/binary/SH3 161.5SjmcHPCBOOT_SH4= ${HPCBOOTDIR}/binary/SH4 171.2Sitojun 181.5SjmcUUDECODE_FILES= hpcboot-sh3.exe hpcboot-sh4.exe 191.5SjmcUUDECODE_FILES_RENAME_hpcboot-sh3.exe= hpcboot-sh3.exe 201.5SjmcUUDECODE_FILES_RENAME_hpcboot-sh4.exe= hpcboot-sh4.exe 211.5Sjmc 221.5SjmcCLEANFILES+= hpcboot-sh3.exe.uue hpcboot-sh4.exe.uue 231.5Sjmc 241.5Sjmchpcboot-sh3.exe.uue: 251.5Sjmc cp ${HPCBOOT_SH3}/hpcboot.exe.uue hpcboot-sh3.exe.uue 261.5Sjmchpcboot-sh4.exe.uue: 271.5Sjmc cp ${HPCBOOT_SH4}/hpcboot.exe.uue hpcboot-sh4.exe.uue 281.5Sjmc 291.5Sjmcrelease:: check_RELEASEDIR .WAIT hpcboot-sh3.exe hpcboot-sh4.exe 301.5Sjmc cp hpcboot-sh3.exe ${RELEASEDIR}/${MACHINE}/installation; \ 311.5Sjmc chmod ${NONBINMODE} ${RELEASEDIR}/${MACHINE}/installation/hpcboot-sh3.exe 321.5Sjmc cp hpcboot-sh4.exe ${RELEASEDIR}/${MACHINE}/installation; \ 331.5Sjmc chmod ${NONBINMODE} ${RELEASEDIR}/${MACHINE}/installation/hpcboot-sh4.exe 341.3Slukem ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation '*.gz' '*.exe' 351.2Sitojun 361.2Sitojun.include "${DISTRIBDIR}/common/Makefile.mdset" 371.2Sitojun 381.5Sjmc.include <bsd.files.mk> 391.2Sitojun.include <bsd.prog.mk> 40