Makefile.inc revision 1.15
11.15Sgmcgarry# $NetBSD: Makefile.inc,v 1.15 2002/04/22 03:37:13 gmcgarry 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.15SgmcgarryINSTALLATION_DIRS+= installation/misc 111.7She 121.7She# Build the boot media and install notes and install them 131.7Shesnap_md_post: 141.7She.ifndef UPDATE 151.7She cd ${.CURDIR}/../distrib && ${MAKE} cleandir 161.7She cd ${.CURDIR}/../sys/arch/hp300/stand && ${MAKE} cleandir 171.7She.endif 181.14Sgmcgarry cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 191.10Sgmcgarry cd ${.CURDIR}/../distrib/notes && ${MAKE} release 201.13Sgmcgarry cd ${.CURDIR}/../distrib/${MACHINE} && ${MAKE} release 211.7She cd ${.CURDIR}/../distrib/miniroot && ${MAKE} release 221.8She cd ${.CURDIR}/../sys/arch/hp300/stand && \ 231.8She ${MAKE} depend && ${MAKE} && ${MAKE} release 241.12Sbjh21 ${MAKESUMS} -t ${RELEASEDIR}/installation/misc 'SYS*' 25