1 1.43 hubertf # $NetBSD: Makefile.inc,v 1.43 2006/06/02 22:35:22 hubertf 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.34 lukem KERNEL_SETS= GENERIC GENERIC_TINY GENERIC_LAPTOP \ 7 1.40 tron GENERIC_DIAGNOSTIC GENERIC_PS2TINY GENERIC.MP \ 8 1.42 bouyer GENERIC.MPACPI XEN0 XENU XEN3_U 9 1.30 thorpej 10 1.34 lukem BUILD_KERNELS= INSTALL INSTALL_SMALL INSTALL_TINY \ 11 1.42 bouyer INSTALL_LAPTOP INSTALL_PS2 INSTALL_XENU \ 12 1.42 bouyer INSTALL_XEN3_U 13 1.13 he 14 1.34 lukem INSTALLATION_DIRS+= installation/misc \ 15 1.43 hubertf installation/cdrom \ 16 1.34 lukem installation/floppy 17 1.13 he 18 1.36 lukem # i386 specific distrib stuff 19 1.17 fredb snap_md_post: 20 1.36 lukem cd ${KERNSRCDIR}/arch/i386/stand/dosboot && ${MAKE} release 21 1.36 lukem cd ${KERNSRCDIR}/arch/i386/stand/misc && ${MAKE} release 22 1.43 hubertf ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/cdrom '*.iso' 23 1.37 lukem ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/floppy '*.fs' 24 1.37 lukem ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/misc '*.*' 25 1.24 hubertf 26 1.24 hubertf # For "make iso-image" 27 1.38 lukem # mkisofs arguments to generate bootable iso image 28 1.39 he CDROM_BOOT_IMAGE?= boot-big.fs 29 1.39 he 30 1.39 he MKISOFS_FLAGS+= -b ${MACHINE}/installation/floppy/${CDROM_BOOT_IMAGE} -c boot.catalog 31