1 # $NetBSD: Makefile.inc,v 1.38 2003/01/04 15:49:31 lukem 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 9 BUILD_KERNELS= INSTALL INSTALL_SMALL INSTALL_TINY \ 10 INSTALL_LAPTOP INSTALL_PS2 11 12 INSTALLATION_DIRS+= installation/misc \ 13 installation/floppy 14 15 # i386 specific distrib stuff 16 snap_md_post: 17 cd ${KERNSRCDIR}/arch/i386/stand/dosboot && ${MAKE} release 18 cd ${KERNSRCDIR}/arch/i386/stand/misc && ${MAKE} release 19 ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/floppy '*.fs' 20 ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/misc '*.*' 21 22 # For "make iso-image" 23 # mkisofs arguments to generate bootable iso image 24 MKISOFS_FLAGS+= -b ${MACHINE}/installation/floppy/boot-big.fs -c boot.catalog 25