1 1.56 lukem # $NetBSD: Makefile.inc,v 1.56 2008/03/18 04:20:37 lukem Exp $ 2 1.1 cgd # 3 1.1 cgd # etc.i386/Makefile.inc -- i386-specific etc Makefile targets 4 1.1 cgd # 5 1.8 perry 6 1.51 pavel # If you change the list of distributed kernels, don't forget 7 1.51 pavel # to update the release documentation in distrib/notes/common/contents 8 1.51 pavel 9 1.46 dsl KERNEL_SETS= GENERIC 10 1.50 hubertf KERNEL_SETS+= GENERIC.NOACPI 11 1.46 dsl KERNEL_SETS+= XEN2_DOM0 12 1.46 dsl KERNEL_SETS+= XEN2_DOMU 13 1.46 dsl KERNEL_SETS+= XEN3_DOM0 14 1.46 dsl KERNEL_SETS+= XEN3_DOMU 15 1.55 bouyer KERNEL_SETS+= XEN3PAE_DOMU 16 1.47 dsl # KERNEL_SETS+= GENERIC_TINY 17 1.47 dsl # KERNEL_SETS+= GENERIC_PS2TINY 18 1.46 dsl 19 1.47 dsl BUILD_KERNELS= ALL 20 1.49 bouyer BUILD_KERNELS+= INSTALL_LARGE 21 1.47 dsl BUILD_KERNELS+= INSTALL 22 1.46 dsl BUILD_KERNELS+= INSTALL_XEN2_DOMU 23 1.46 dsl BUILD_KERNELS+= INSTALL_XEN3_DOMU 24 1.55 bouyer BUILD_KERNELS+= INSTALL_XEN3PAE_DOMU 25 1.47 dsl # BUILD_KERNELS+= INSTALL_SMALL 26 1.47 dsl # BUILD_KERNELS+= INSTALL_TINY 27 1.47 dsl # BUILD_KERNELS+= INSTALL_PS2 28 1.46 dsl 29 1.46 dsl INSTALLATION_DIRS+= installation/misc 30 1.46 dsl INSTALLATION_DIRS+= installation/cdrom 31 1.46 dsl INSTALLATION_DIRS+= installation/floppy 32 1.13 he 33 1.36 lukem # i386 specific distrib stuff 34 1.17 fredb snap_md_post: 35 1.36 lukem cd ${KERNSRCDIR}/arch/i386/stand/dosboot && ${MAKE} release 36 1.48 he cd ${KERNSRCDIR}/arch/i386/stand/pxeboot && ${MAKE} release 37 1.36 lukem cd ${KERNSRCDIR}/arch/i386/stand/misc && ${MAKE} release 38 1.56 lukem ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/cdrom '*.iso' 39 1.56 lukem ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/floppy '*.fs' 40 1.56 lukem ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc '*.*' 41