Makefile.inc revision 1.12
11.12Sbjh21# $NetBSD: Makefile.inc,v 1.12 2002/03/31 16:07:55 bjh21 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.10Sgmcgarry cd ${.CURDIR}/../distrib/notes && ${MAKE} release 171.7She cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 181.7She cd ${.CURDIR}/../distrib/miniroot && ${MAKE} release 191.8She cd ${.CURDIR}/../sys/arch/hp300/stand && \ 201.8She ${MAKE} depend && ${MAKE} && ${MAKE} release 211.12Sbjh21 ${MAKESUMS} -t ${RELEASEDIR}/installation/misc 'SYS*' 22