1 1.2.2.2 bouyer # $NetBSD: Makefile,v 1.2.2.2 2008/09/22 18:14:44 bouyer Exp $ 2 1.2.2.2 bouyer 3 1.2.2.2 bouyer .include <bsd.own.mk> 4 1.2.2.2 bouyer .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 5 1.2.2.2 bouyer 6 1.2.2.2 bouyer .include <bsd.kernobj.mk> 7 1.2.2.2 bouyer 8 1.2.2.2 bouyer HPCBOOTDIR= ${KERNSRCDIR}/arch/hpc/stand/binary/ARM 9 1.2.2.2 bouyer HPCBOOT= hpcboot.exe 10 1.2.2.2 bouyer 11 1.2.2.2 bouyer .PATH: ${HPCBOOTDIR} 12 1.2.2.2 bouyer 13 1.2.2.2 bouyer UUDECODE_FILES= ${HPCBOOT} 14 1.2.2.2 bouyer UUDECODE_FILES_RENAME_${HPCBOOT}= ${HPCBOOT} 15 1.2.2.2 bouyer 16 1.2.2.2 bouyer release:: check_RELEASEDIR .WAIT ${HPCBOOT} 17 1.2.2.2 bouyer ${INSTALL} -c -m ${NONBINMODE} \ 18 1.2.2.2 bouyer ${HPCBOOT} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation 19 1.2.2.2 bouyer 20 1.2.2.2 bouyer .include <bsd.files.mk> 21 1.2.2.2 bouyer .include <bsd.obj.mk> 22