Makefile.inc revision 1.18
11.18Slukem# $NetBSD: Makefile.inc,v 1.18 2003/01/03 15:34:38 lukem 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.18Slukem ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/misc 'SYS*' 20