Makefile.inc revision 1.16
11.16Slukem# $NetBSD: Makefile.inc,v 1.16 2002/05/02 15:09:43 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.7She# Build the boot media and install notes and install them 141.7Shesnap_md_post: 151.7She.ifndef UPDATE 161.7She cd ${.CURDIR}/../distrib && ${MAKE} cleandir 171.7She cd ${.CURDIR}/../sys/arch/hp300/stand && ${MAKE} cleandir 181.7She.endif 191.14Sgmcgarry cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 201.10Sgmcgarry cd ${.CURDIR}/../distrib/notes && ${MAKE} release 211.13Sgmcgarry cd ${.CURDIR}/../distrib/${MACHINE} && ${MAKE} release 221.7She cd ${.CURDIR}/../distrib/miniroot && ${MAKE} release 231.8She cd ${.CURDIR}/../sys/arch/hp300/stand && \ 241.8She ${MAKE} depend && ${MAKE} && ${MAKE} release 251.12Sbjh21 ${MAKESUMS} -t ${RELEASEDIR}/installation/misc 'SYS*' 26