1 # $NetBSD: Makefile.inc,v 1.43 2006/06/02 22:35:22 hubertf Exp $ 2 # 3 # etc.i386/Makefile.inc -- i386-specific etc Makefile targets 4 # 5 6 KERNEL_SETS= GENERIC GENERIC_TINY GENERIC_LAPTOP \ 7 GENERIC_DIAGNOSTIC GENERIC_PS2TINY GENERIC.MP \ 8 GENERIC.MPACPI XEN0 XENU XEN3_U 9 10 BUILD_KERNELS= INSTALL INSTALL_SMALL INSTALL_TINY \ 11 INSTALL_LAPTOP INSTALL_PS2 INSTALL_XENU \ 12 INSTALL_XEN3_U 13 14 INSTALLATION_DIRS+= installation/misc \ 15 installation/cdrom \ 16 installation/floppy 17 18 # i386 specific distrib stuff 19 snap_md_post: 20 cd ${KERNSRCDIR}/arch/i386/stand/dosboot && ${MAKE} release 21 cd ${KERNSRCDIR}/arch/i386/stand/misc && ${MAKE} release 22 ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/cdrom '*.iso' 23 ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/floppy '*.fs' 24 ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/misc '*.*' 25 26 # For "make iso-image" 27 # mkisofs arguments to generate bootable iso image 28 CDROM_BOOT_IMAGE?= boot-big.fs 29 30 MKISOFS_FLAGS+= -b ${MACHINE}/installation/floppy/${CDROM_BOOT_IMAGE} -c boot.catalog 31