Makefile.inc revision 1.4
11.4Sbjh21# $NetBSD: Makefile.inc,v 1.4 2002/04/04 23:30:35 bjh21 Exp $ 21.1Sskrll# 31.1Sskrll# etc.cats/Makefile.inc -- cats-specific etc Makefile targets 41.1Sskrll# 51.1Sskrll 61.1SskrllKERNEL_SETS= GENERIC 71.1Sskrll 81.1SskrllBUILD_KERNELS= INSTALL 91.1Sskrll 101.1SskrllINSTALLATION_DIRS+= installation/kernel \ 111.1Sskrll installation/misc 121.1Sskrll 131.1Sskrll# Build the release notes and boot floppies and install them 141.1Sskrllsnap_md_post: 151.1Sskrll.ifndef UPDATE 161.1Sskrll cd ${.CURDIR}/../distrib && ${MAKE} cleandir 171.1Sskrll.endif 181.4Sbjh21 cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 191.1Sskrll# cd ${.CURDIR}/../distrib/cats && ${MAKE} release 201.1Sskrll cd ${.CURDIR}/../distrib/notes && ${MAKE} release 211.3Sbjh21# ${MAKESUMS} -t ${RELEASEDIR}/installation/kernel '*.gz' 221.3Sbjh21# ${MAKESUMS} -t ${RELEASEDIR}/installation/misc '*.gz' 23