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