Makefile.inc revision 1.14
11.14Sgmcgarry# $NetBSD: Makefile.inc,v 1.14 2002/04/19 07:32:08 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.7She 101.7She# Build the boot media and install notes and install them 111.7Shesnap_md_post: 121.7She.ifndef UPDATE 131.7She cd ${.CURDIR}/../distrib && ${MAKE} cleandir 141.7She cd ${.CURDIR}/../sys/arch/hp300/stand && ${MAKE} cleandir 151.7She.endif 161.14Sgmcgarry cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 171.10Sgmcgarry cd ${.CURDIR}/../distrib/notes && ${MAKE} release 181.13Sgmcgarry cd ${.CURDIR}/../distrib/${MACHINE} && ${MAKE} release 191.7She cd ${.CURDIR}/../distrib/miniroot && ${MAKE} release 201.8She cd ${.CURDIR}/../sys/arch/hp300/stand && \ 211.8She ${MAKE} depend && ${MAKE} && ${MAKE} release 221.12Sbjh21 ${MAKESUMS} -t ${RELEASEDIR}/installation/misc 'SYS*' 23