1 1.38.2.1 tron # $NetBSD: Makefile.inc,v 1.38.2.1 2004/07/24 11:32:19 tron 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.35 jdolecek GENERIC_DIAGNOSTIC GENERIC_PS2TINY GENERIC.MP 8 1.30 thorpej 9 1.34 lukem BUILD_KERNELS= INSTALL INSTALL_SMALL INSTALL_TINY \ 10 1.34 lukem INSTALL_LAPTOP INSTALL_PS2 11 1.13 he 12 1.34 lukem INSTALLATION_DIRS+= installation/misc \ 13 1.34 lukem installation/floppy 14 1.13 he 15 1.36 lukem # i386 specific distrib stuff 16 1.17 fredb snap_md_post: 17 1.36 lukem cd ${KERNSRCDIR}/arch/i386/stand/dosboot && ${MAKE} release 18 1.36 lukem cd ${KERNSRCDIR}/arch/i386/stand/misc && ${MAKE} release 19 1.37 lukem ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/floppy '*.fs' 20 1.37 lukem ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/misc '*.*' 21 1.24 hubertf 22 1.24 hubertf # For "make iso-image" 23 1.38 lukem # mkisofs arguments to generate bootable iso image 24 1.38.2.1 tron CDROM_BOOT_IMAGE?= boot-big.fs 25 1.38.2.1 tron 26 1.38.2.1 tron MKISOFS_FLAGS+= -b ${MACHINE}/installation/floppy/${CDROM_BOOT_IMAGE} -c boot.catalog 27