Makefile.inc revision 1.19
11.19Stsutsui# $NetBSD: Makefile.inc,v 1.19 2006/01/22 14:46:45 tsutsui Exp $ 21.1Sthorpej# 31.1Sthorpej# etc.hp300/Makefile.inc -- hp300-specific etc Makefile targets 41.6Scjs# 51.1Sthorpej 61.9SthorpejKERNEL_SETS= GENERIC 71.9Sthorpej 81.11SgmcgarryBUILD_KERNELS= INSTALL RAMDISK 91.15Sgmcgarry 101.16SlukemINSTALLATION_DIRS+= installation/miniroot \ 111.16Slukem installation/misc 121.7She 131.7Shesnap_md_post: 141.7She.ifndef UPDATE 151.17Slukem cd ${KERNSRCDIR}/arch/hp300/stand && ${MAKE} cleandir 161.7She.endif 171.17Slukem cd ${KERNSRCDIR}/arch/hp300/stand && \ 181.17Slukem ${MAKE} depend && ${MAKE} && ${MAKE} release 191.19Stsutsui ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/miniroot '*.fs*' 201.18Slukem ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/misc 'SYS*' 21