Makefile.inc revision 1.20
11.20Spavel# $NetBSD: Makefile.inc,v 1.20 2007/07/24 10:49:25 pavel Exp $ 21.1Sthorpej# 31.1Sthorpej# etc.hp300/Makefile.inc -- hp300-specific etc Makefile targets 41.6Scjs# 51.1Sthorpej 61.20Spavel# If you change the list of distributed kernels, don't forget 71.20Spavel# to update the release documentation in distrib/notes/common/contents 81.20Spavel 91.9SthorpejKERNEL_SETS= GENERIC 101.9Sthorpej 111.11SgmcgarryBUILD_KERNELS= INSTALL RAMDISK 121.15Sgmcgarry 131.16SlukemINSTALLATION_DIRS+= installation/miniroot \ 141.16Slukem installation/misc 151.7She 161.7Shesnap_md_post: 171.7She.ifndef UPDATE 181.17Slukem cd ${KERNSRCDIR}/arch/hp300/stand && ${MAKE} cleandir 191.7She.endif 201.17Slukem cd ${KERNSRCDIR}/arch/hp300/stand && \ 211.17Slukem ${MAKE} depend && ${MAKE} && ${MAKE} release 221.19Stsutsui ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/miniroot '*.fs*' 231.18Slukem ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/misc 'SYS*' 24