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 PBSDBOOTDIR= ${KERNSRCDIR}/arch/${MACHINE}/stand/pbsdboot 9 1.1 tsutsui PBSDBOOT= pbsdboot.exe 10 1.1 tsutsui PBSDBOOT1= pbsdboot1.exe 11 1.1 tsutsui HPCBOOTDIR= ${KERNSRCDIR}/arch/hpc/stand/binary/MIPS 12 1.1 tsutsui HPCBOOT= hpcboot.exe 13 1.1 tsutsui 14 1.1 tsutsui .PATH: ${PBSDBOOTDIR} ${HPCBOOTDIR} 15 1.1 tsutsui 16 1.1 tsutsui UUDECODE_FILES= ${PBSDBOOT1} ${PBSDBOOT} ${HPCBOOT} 17 1.1 tsutsui UUDECODE_FILES_RENAME_${HPCBOOT}= ${HPCBOOT} 18 1.1 tsutsui 19 1.1 tsutsui release: ${UUDECODE_FILES} 20 1.1 tsutsui ${INSTALL} -c -m ${NONBINMODE} \ 21 1.2 matt ${PBSDBOOT1} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation 22 1.1 tsutsui ${INSTALL} -c -m ${NONBINMODE} \ 23 1.2 matt ${PBSDBOOT} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation 24 1.1 tsutsui ${INSTALL} -c -m ${NONBINMODE} \ 25 1.2 matt ${HPCBOOT} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation 26 1.1 tsutsui 27 1.1 tsutsui .include <bsd.files.mk> 28 1.1 tsutsui .include <bsd.obj.mk> 29