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