Makefile.inc revision 1.15
11.15Spavel# $NetBSD: Makefile.inc,v 1.15 2007/07/24 10:49:24 pavel Exp $ 21.1Sskrll# 31.1Sskrll# etc.cats/Makefile.inc -- cats-specific etc Makefile targets 41.1Sskrll# 51.1Sskrll 61.15Spavel# If you change the list of distributed kernels, don't forget 71.15Spavel# to update the release documentation in distrib/notes/common/contents 81.15Spavel 91.14SchrisKERNEL_SETS= GENERIC GENERIC.ABLE 101.6SskrllKERNEL_SUFFIXES= aout 111.1Sskrll 121.14SchrisBUILD_KERNELS= INSTALL INSTALL.ABLE 131.1Sskrll 141.8SskrllINSTALLATION_DIRS+= installation/kernel 151.1Sskrll 161.1Sskrllsnap_md_post: 171.10Slukem ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/kernel '*.gz' 181.8Sskrll 191.12Slukemiso-image-md-pre: 201.13Schris gzip -dc ${RELEASEDIR}/${MACHINE}/binary/kernel/netbsd.aout-INSTALL.gz \ 211.11Slukem > ${CDROM.dir}/netbsd 22