Home | History | Annotate | Line # | Download | only in stand
Makefile revision 1.1.2.1
      1  1.1.2.1  wrstuden #	$NetBSD: Makefile,v 1.1.2.1 2008/09/18 04:41:09 wrstuden 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.1.2.1  wrstuden 		${PBSDBOOT1} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation
     22      1.1   tsutsui 	${INSTALL} -c -m ${NONBINMODE} \
     23  1.1.2.1  wrstuden 		${PBSDBOOT} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation
     24      1.1   tsutsui 	${INSTALL} -c -m ${NONBINMODE} \
     25  1.1.2.1  wrstuden 		${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