Makefile.inc revision 1.9
11.9Sthorpej#	$NetBSD: Makefile.inc,v 1.9 2001/11/29 22:45:56 thorpej 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.9SthorpejEXTRA_KERNELS=		DISKLESS
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.7She	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
171.7She	cd ${.CURDIR}/../distrib/miniroot && ${MAKE} release
181.7She	cd ${.CURDIR}/../distrib/notes && ${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