Makefile.inc revision 1.12
11.12Sjym# $NetBSD: Makefile.inc,v 1.12 2011/01/18 00:22:56 jym Exp $ 21.1Sfvdl# 31.2Sfvdl# etc.amd64/Makefile.inc -- amd64-specific etc Makefile targets 41.1Sfvdl# 51.1Sfvdl 61.8Spavel# If you change the list of distributed kernels, don't forget 71.8Spavel# to update the release documentation in distrib/notes/common/contents 81.8Spavel 91.10SadKERNEL_SETS= GENERIC 101.9SbouyerKERNEL_SETS+= XEN3_DOM0 XEN3_DOMU 111.1Sfvdl 121.9SbouyerBUILD_KERNELS= INSTALL INSTALL_XEN3_DOMU 131.1Sfvdl 141.5ShubertfINSTALLATION_DIRS+= installation/cdrom 151.1SfvdlINSTALLATION_DIRS+= installation/floppy 161.6SheINSTALLATION_DIRS+= installation/misc 171.12SjymINSTALLATION_DIRS+= installation/miniroot 181.1Sfvdl 191.1Sfvdlsnap_md_post: 201.6She cd ${KERNSRCDIR}/arch/i386/stand/pxeboot && ${MAKE} release 211.11Slukem ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/cdrom '*.iso' 221.11Slukem ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/floppy '*.fs' 231.12Sjym ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot '*.*' 241.11Slukem ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc '*.*' 25