Makefile.inc revision 1.17
11.17Slukem# $NetBSD: Makefile.inc,v 1.17 2002/12/02 13:18:07 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.12Sbjh21 ${MAKESUMS} -t ${RELEASEDIR}/installation/misc 'SYS*' 20