Makefile.inc revision 1.3
11.3Sreinoud# $NetBSD: Makefile.inc,v 1.3 2002/01/31 02:15:28 reinoud Exp $ 21.1Sreinoud# 31.3Sreinoud# etc.acorn32/Makefile.inc -- acorn32-specific etc Makefile targets 41.1Sreinoud# 51.1Sreinoud 61.2SreinoudKERNEL_SETS= GENERIC NC NC_WSCONS RPC_WSCONS 71.2SreinoudBUILD_KERNELS= INSTALL 81.1Sreinoud 91.1SreinoudINSTALLATION_DIRS+= installation/kernel \ 101.1Sreinoud installation/misc 111.1Sreinoud 121.1Sreinoud# Build the release notes and boot floppies and install them 131.1Sreinoudsnap_md_post: 141.1Sreinoud.ifndef UPDATE 151.1Sreinoud cd ${.CURDIR}/../distrib && ${MAKE} cleandir 161.1Sreinoud.endif 171.1Sreinoud cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 181.2Sreinoud cd ${.CURDIR}/../distrib/acorn32 && ${MAKE} release 191.1Sreinoud cd ${.CURDIR}/../distrib/notes && ${MAKE} release 201.1Sreinoud sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/kernels '*.gz' 211.1Sreinoud sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/misc '*.gz' 22