1 # $NetBSD: Makefile.inc,v 1.61 2009/03/07 17:28:31 cegger Exp $ 2 # 3 # etc.i386/Makefile.inc -- i386-specific etc Makefile targets 4 # 5 6 # If you change the list of distributed kernels, don't forget 7 # to update the release documentation in distrib/notes/common/contents 8 9 KERNEL_SETS= GENERIC 10 KERNEL_SETS+= XEN3_DOM0 11 KERNEL_SETS+= XEN3_DOMU 12 KERNEL_SETS+= XEN3PAE_DOM0 13 KERNEL_SETS+= XEN3PAE_DOMU 14 # KERNEL_SETS+= GENERIC_TINY 15 # KERNEL_SETS+= GENERIC_PS2TINY 16 17 BUILD_KERNELS+= INSTALL_FLOPPY 18 BUILD_KERNELS+= INSTALL_XEN3_DOMU 19 BUILD_KERNELS+= INSTALL_XEN3PAE_DOMU 20 # BUILD_KERNELS+= INSTALL_SMALL 21 # BUILD_KERNELS+= INSTALL_TINY 22 # BUILD_KERNELS+= INSTALL_PS2 23 24 INSTALLATION_DIRS+= installation/misc 25 INSTALLATION_DIRS+= installation/cdrom 26 INSTALLATION_DIRS+= installation/floppy 27 INSTALLATION_DIRS+= installation/miniroot 28 29 # i386 specific distrib stuff 30 snap_md_post: 31 cd ${KERNSRCDIR}/arch/i386/stand/dosboot && ${MAKE} release 32 cd ${KERNSRCDIR}/arch/i386/stand/pxeboot && ${MAKE} release 33 cd ${KERNSRCDIR}/arch/i386/stand/misc && ${MAKE} release 34 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/cdrom '*.iso' 35 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/floppy '*.fs' 36 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot '*.*' 37 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc '*.*' 38