1 1.14 mycroft # $NetBSD: Makefile.inc,v 1.14 2000/01/19 08:36:30 mycroft 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.13 he # These are packaged and distributed 7 1.14 mycroft EXTRA_KERNELS+= GENERIC GENERIC_TINY 8 1.13 he 9 1.13 he # These are for use by the bootfloppy construction tools 10 1.13 he INST_KERNELS= INSTALL INSTALL_TINY 11 1.13 he 12 1.13 he # Build the INST_KERNELS and the boot floppies and install them 13 1.13 he snap_md_post: 14 1.13 he .for k in ${INST_KERNELS} 15 1.13 he cd ${KERNCONFDIR} && config \ 16 1.13 he -b ${KERNOBJDIR}/${k} -s ${KERNSRCDIR} ${k} 17 1.13 he .ifndef UPDATE 18 1.13 he cd ${KERNOBJDIR}/${k} && ${MAKE} clean 19 1.13 he .endif 20 1.13 he cd ${KERNOBJDIR}/${k} && ${MAKE} depend && ${MAKE} ${_J} 21 1.13 he .endfor 22 1.13 he .ifndef UPDATE 23 1.13 he cd ${.CURDIR}/../distrib/i386/floppies && ${MAKE} clean 24 1.13 he .endif 25 1.13 he cd ${.CURDIR}/../distrib/i386/floppies && \ 26 1.13 he ${MAKE} depend && ${MAKE} ${_J} && ${MAKE} release 27