Makefile.inc revision 1.7
11.7She# $NetBSD: Makefile.inc,v 1.7 2000/05/31 14:33:11 he Exp $ 21.1Sthorpej# 31.1Sthorpej# etc.hp300/Makefile.inc -- hp300-specific etc Makefile targets 41.6Scjs# 51.1Sthorpej 61.6Scjs# Set this for any kernels beyond GENERIC you want to include 71.6Scjs# in the distribution. 81.6ScjsEXTRA_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.7She cd ${.CURDIR}/../sys/arch/hp300/stand && ${MAKE} release 201.7She sh ${.CURDIR}/../distrib/sets/makesums -t ${RELEASEDIR}/installation/misc 'SYS*' 21