Makefile.inc revision 1.6
11.6Slukem# $NetBSD: Makefile.inc,v 1.6 2002/05/02 15:09:41 lukem Exp $ 21.1Sreinoud# 31.3Sreinoud# etc.acorn32/Makefile.inc -- acorn32-specific etc Makefile targets 41.1Sreinoud# 51.1Sreinoud 61.6SlukemKERNEL_SETS= GENERIC NC NC_WSCONS RPC_WSCONS 71.1Sreinoud 81.6SlukemBUILD_KERNELS= INSTALL 91.6Slukem 101.6SlukemINSTALLATION_DIRS+= installation/kernel \ 111.1Sreinoud installation/misc 121.1Sreinoud 131.1Sreinoud# Build the release notes and boot floppies and install them 141.1Sreinoudsnap_md_post: 151.1Sreinoud.ifndef UPDATE 161.1Sreinoud cd ${.CURDIR}/../distrib && ${MAKE} cleandir 171.1Sreinoud.endif 181.1Sreinoud cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 191.2Sreinoud cd ${.CURDIR}/../distrib/acorn32 && ${MAKE} release 201.1Sreinoud cd ${.CURDIR}/../distrib/notes && ${MAKE} release 211.5Sbjh21 ${MAKESUMS} -t ${RELEASEDIR}/installation/kernel '*.gz' 221.5Sbjh21 ${MAKESUMS} -t ${RELEASEDIR}/installation/misc '*.gz' 23