1 1.17 fredb # $NetBSD: Makefile.inc,v 1.17 2000/03/26 15:48:22 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.17 fredb INSTALLATION_DIRS+= ${RELEASEDIR}/binary/sets/Split 13 1.17 fredb 14 1.17 fredb snap_md_post: 15 1.15 mycroft # Build the boot floppies and install them 16 1.13 he .ifndef UPDATE 17 1.13 he cd ${.CURDIR}/../distrib/i386/floppies && ${MAKE} clean 18 1.13 he .endif 19 1.13 he cd ${.CURDIR}/../distrib/i386/floppies && \ 20 1.13 he ${MAKE} depend && ${MAKE} ${_J} && ${MAKE} release 21 1.16 mycroft sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/floppies '*.gz' 22 1.17 fredb # Make the split sets in place 23 1.17 fredb cd ${RELEASEDIR}/binary/sets/Split; for tarfile in ../*.tgz; do \ 24 1.17 fredb split -b235k $$tarfile `basename $$tarfile tgz`; done 25 1.17 fredb sh ../distrib/sets/makesums -t ${RELEASEDIR}/binary/sets/Split 26