Makefile revision 1.3
11.3Slukem# $NetBSD: Makefile,v 1.3 2003/01/03 15:34:33 lukem 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.2SitojunHPCBOOT_SH3= ${HPCBOOTDIR}/binary/SH3/hpcboot.exe.uu 161.2SitojunHPCBOOT_SH4= ${HPCBOOTDIR}/binary/SH4/hpcboot.exe.uu 171.2Sitojun 181.2Sitojunrelease:: check_RELEASEDIR .WAIT ${HPCBOOT_SH3} ${HPCBOOT_SH4} 191.3Slukem (cd ${RELEASEDIR}/${MACHINE}/installation; rm -f hpcboot-sh3.exe; \ 201.2Sitojun ${UUDECODE} -p ${HPCBOOT_SH3} >hpcboot-sh3.exe ; \ 211.2Sitojun chmod ${NONBINMODE} hpcboot-sh3.exe) 221.3Slukem (cd ${RELEASEDIR}/${MACHINE}/installation; rm -f hpcboot-sh4.exe; \ 231.2Sitojun ${UUDECODE} -p ${HPCBOOT_SH4} >hpcboot-sh4.exe ; \ 241.2Sitojun chmod ${NONBINMODE} hpcboot-sh4.exe) 251.3Slukem ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation '*.gz' '*.exe' 261.2Sitojun 271.2Sitojun.include "${DISTRIBDIR}/common/Makefile.mdset" 281.2Sitojun 291.2Sitojun.include <bsd.prog.mk> 30