Makefile.inc revision 1.21
11.21Slukem# $NetBSD: Makefile.inc,v 1.21 2008/03/18 04:20:37 lukem 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.21Slukem ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot '*.fs*' 231.21Slukem ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc 'SYS*' 24