Makefile revision 1.3
1# $NetBSD: Makefile,v 1.3 2003/01/03 15:34:33 lukem Exp $ 2 3.include <bsd.own.mk> 4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 5 6.include <bsd.kernobj.mk> 7 8MINIROOTOBJ!= cd ${.CURDIR}/../miniroot && ${PRINTOBJDIR} 9MINIROOT= ${MINIROOTOBJ}/miniroot.fs 10 11MDSETTARGETS= RAMDISK ${MINIROOT} netbsd 12MDSET_RELEASEDIR= installation 13 14HPCBOOTDIR= ${KERNSRCDIR}/arch/hpc/stand 15HPCBOOT_SH3= ${HPCBOOTDIR}/binary/SH3/hpcboot.exe.uu 16HPCBOOT_SH4= ${HPCBOOTDIR}/binary/SH4/hpcboot.exe.uu 17 18release:: check_RELEASEDIR .WAIT ${HPCBOOT_SH3} ${HPCBOOT_SH4} 19 (cd ${RELEASEDIR}/${MACHINE}/installation; rm -f hpcboot-sh3.exe; \ 20 ${UUDECODE} -p ${HPCBOOT_SH3} >hpcboot-sh3.exe ; \ 21 chmod ${NONBINMODE} hpcboot-sh3.exe) 22 (cd ${RELEASEDIR}/${MACHINE}/installation; rm -f hpcboot-sh4.exe; \ 23 ${UUDECODE} -p ${HPCBOOT_SH4} >hpcboot-sh4.exe ; \ 24 chmod ${NONBINMODE} hpcboot-sh4.exe) 25 ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation '*.gz' '*.exe' 26 27.include "${DISTRIBDIR}/common/Makefile.mdset" 28 29.include <bsd.prog.mk> 30