2014-01-22 05:03:09 +04:00
|
|
|
# $NetBSD: Makefile,v 1.4 2014/01/22 01:03:10 christos Exp $
|
2008-04-26 21:42:09 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
2014-01-22 05:03:09 +04:00
|
|
|
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
2008-04-26 21:42:09 +04:00
|
|
|
|
|
|
|
.include <bsd.kernobj.mk>
|
|
|
|
|
|
|
|
HPCBOOTDIR= ${KERNSRCDIR}/arch/hpc/stand
|
|
|
|
HPCBOOT_SH3DIR= ${HPCBOOTDIR}/binary/SH3
|
|
|
|
HPCBOOT_SH3= hpcboot-sh3.exe
|
|
|
|
HPCBOOT_SH4DIR= ${HPCBOOTDIR}/binary/SH4
|
|
|
|
HPCBOOT_SH4= hpcboot-sh4.exe
|
|
|
|
|
|
|
|
UUDECODE_FILES= hpcboot-sh3.exe hpcboot-sh4.exe
|
|
|
|
UUDECODE_FILES_RENAME_hpcboot-sh3.exe= hpcboot-sh3.exe
|
|
|
|
UUDECODE_FILES_RENAME_hpcboot-sh4.exe= hpcboot-sh4.exe
|
|
|
|
|
|
|
|
CLEANFILES+= hpcboot-sh3.exe.uue hpcboot-sh4.exe.uue
|
|
|
|
|
|
|
|
hpcboot-sh3.exe.uue:
|
|
|
|
cp ${HPCBOOT_SH3DIR}/hpcboot.exe.uue hpcboot-sh3.exe.uue
|
|
|
|
hpcboot-sh4.exe.uue:
|
|
|
|
cp ${HPCBOOT_SH4DIR}/hpcboot.exe.uue hpcboot-sh4.exe.uue
|
|
|
|
|
|
|
|
release:: ${UUDECODE_FILES}
|
|
|
|
${INSTALL} -c -m ${NONBINMODE} \
|
2008-06-23 06:16:53 +04:00
|
|
|
${HPCBOOT_SH3} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation
|
2008-04-26 21:42:09 +04:00
|
|
|
${INSTALL} -c -m ${NONBINMODE} \
|
2008-06-23 06:16:53 +04:00
|
|
|
${HPCBOOT_SH4} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation
|
2008-04-26 21:42:09 +04:00
|
|
|
|
2014-01-22 05:03:09 +04:00
|
|
|
.include <bsd.files.mk>
|