1 1.46 dsl # $NetBSD: Makefile.inc,v 1.46 2006/11/18 21:04:40 dsl 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.46 dsl KERNEL_SETS= GENERIC 7 1.46 dsl KERNEL_SETS+= GENERIC_TINY 8 1.46 dsl KERNEL_SETS+= GENERIC_LAPTOP 9 1.46 dsl KERNEL_SETS+= GENERIC_DIAGNOSTIC 10 1.46 dsl KERNEL_SETS+= GENERIC_PS2TINY 11 1.46 dsl KERNEL_SETS+= GENERIC.MP 12 1.46 dsl KERNEL_SETS+= GENERIC.MPACPI 13 1.46 dsl KERNEL_SETS+= XEN2_DOM0 14 1.46 dsl KERNEL_SETS+= XEN2_DOMU 15 1.46 dsl KERNEL_SETS+= XEN3_DOM0 16 1.46 dsl KERNEL_SETS+= XEN3_DOMU 17 1.46 dsl 18 1.46 dsl BUILD_KERNELS= INSTALL 19 1.46 dsl BUILD_KERNELS+= INSTALL_SMALL 20 1.46 dsl BUILD_KERNELS+= INSTALL_TINY 21 1.46 dsl BUILD_KERNELS+= INSTALL_LAPTOP 22 1.46 dsl BUILD_KERNELS+= INSTALL_PS2 23 1.46 dsl BUILD_KERNELS+= INSTALL_XEN2_DOMU 24 1.46 dsl BUILD_KERNELS+= INSTALL_XEN3_DOMU 25 1.46 dsl 26 1.46 dsl INSTALLATION_DIRS+= installation/misc 27 1.46 dsl INSTALLATION_DIRS+= installation/cdrom 28 1.46 dsl INSTALLATION_DIRS+= installation/floppy 29 1.13 he 30 1.36 lukem # i386 specific distrib stuff 31 1.17 fredb snap_md_post: 32 1.36 lukem cd ${KERNSRCDIR}/arch/i386/stand/dosboot && ${MAKE} release 33 1.36 lukem cd ${KERNSRCDIR}/arch/i386/stand/misc && ${MAKE} release 34 1.43 hubertf ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/cdrom '*.iso' 35 1.37 lukem ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/floppy '*.fs' 36 1.37 lukem ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/misc '*.*' 37 1.24 hubertf 38 1.24 hubertf # For "make iso-image" 39 1.38 lukem # mkisofs arguments to generate bootable iso image 40 1.39 he CDROM_BOOT_IMAGE?= boot-big.fs 41 1.39 he 42 1.39 he MKISOFS_FLAGS+= -b ${MACHINE}/installation/floppy/${CDROM_BOOT_IMAGE} -c boot.catalog 43