1 1.19 fredb # $NetBSD: Makefile.inc,v 1.19 2000/03/29 23:47:53 fredb 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.15 mycroft EXTRA_KERNELS+= GENERIC_TINY 8 1.13 he 9 1.13 he # These are for use by the bootfloppy construction tools 10 1.15 mycroft BUILD_KERNELS+= INSTALL INSTALL_TINY 11 1.13 he 12 1.19 fredb # Build the boot floppies and install them 13 1.17 fredb snap_md_post: 14 1.13 he .ifndef UPDATE 15 1.13 he cd ${.CURDIR}/../distrib/i386/floppies && ${MAKE} clean 16 1.13 he .endif 17 1.13 he cd ${.CURDIR}/../distrib/i386/floppies && \ 18 1.13 he ${MAKE} depend && ${MAKE} ${_J} && ${MAKE} release 19 1.16 mycroft sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/floppies '*.gz' 20