Makefile.inc revision 1.10
11.10Sgmcgarry#	$NetBSD: Makefile.inc,v 1.10 2002/02/10 01:09:54 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.10SgmcgarryEXTRA_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.7She	sh ${.CURDIR}/../distrib/sets/makesums -t ${RELEASEDIR}/installation/misc 'SYS*'
22