Makefile.inc revision 1.8
11.8Sskrll# $NetBSD: Makefile.inc,v 1.8 2002/06/28 12:40:10 skrll Exp $ 21.1Sskrll# 31.1Sskrll# etc.cats/Makefile.inc -- cats-specific etc Makefile targets 41.1Sskrll# 51.1Sskrll 61.1SskrllKERNEL_SETS= GENERIC 71.6SskrllKERNEL_SUFFIXES= aout 81.1Sskrll 91.1SskrllBUILD_KERNELS= INSTALL 101.1Sskrll 111.8SskrllINSTALLATION_DIRS+= installation/kernel 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.5Sskrll cd ${.CURDIR}/../distrib/cats && ${MAKE} release 201.1Sskrll cd ${.CURDIR}/../distrib/notes && ${MAKE} release 211.5Sskrll ${MAKESUMS} -t ${RELEASEDIR}/installation/kernel '*.gz' 221.8Sskrll 231.8Sskrlliso-image_md_pre: 241.8Sskrll cp -f ${RELEASEDIR}/binary/kernel/netbsd.aout-INSTALL.gz \ 251.8Sskrll ${RELEASEDIR}/netbsd.gz 261.8Sskrll gunzip ${RELEASEDIR}/netbsd.gz 27