Makefile revision 1.2
1# $NetBSD: Makefile,v 1.2 2005/12/30 11:48:15 rjs 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= INSTALL_IPAQ ${MINIROOT} netbsd-IPAQ 12MDSET_RELEASEDIR= installation 13 14HPCBOOTDIR= ${KERNSRCDIR}/arch/hpc/stand/binary/ARM 15HPCBOOT= hpcboot.exe 16 17.PATH: ${HPCBOOTDIR} 18 19UUDECODE_FILES= ${HPCBOOT} 20UUDECODE_FILES_RENAME_${HPCBOOT}= ${HPCBOOT} 21 22.include "${DISTRIBDIR}/common/Makefile.mdset" 23 24release:: check_RELEASEDIR .WAIT ${HPCBOOT} 25 ${INSTALL} -c -m ${NONBINMODE} \ 26 hpcboot.exe ${RELEASEDIR}/${MACHINE}/installation 27 ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation '*.gz' '*.exe' 28 29.include <bsd.files.mk> 30.include <bsd.prog.mk> 31 32