Home | History | Annotate | Line # | Download | only in hpcarm
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 
      8 MINIROOTOBJ!=	cd ${.CURDIR}/../miniroot && ${PRINTOBJDIR}
      9 MINIROOT=	${MINIROOTOBJ}/miniroot.fs
     10 
     11 MDSETTARGETS=		INSTALL_IPAQ	${MINIROOT}	netbsd-IPAQ
     12 MDSET_RELEASEDIR=	installation
     13 
     14 HPCBOOTDIR=	${KERNSRCDIR}/arch/hpc/stand/binary/ARM
     15 HPCBOOT=	hpcboot.exe
     16 
     17 .PATH: ${HPCBOOTDIR}
     18 
     19 UUDECODE_FILES=	${HPCBOOT}
     20 UUDECODE_FILES_RENAME_${HPCBOOT}= ${HPCBOOT}
     21 
     22 .include "${DISTRIBDIR}/common/Makefile.mdset"
     23 
     24 release:: 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