1 # $NetBSD: Makefile.inc,v 1.21.2.2 2000/09/04 03:58:39 jhawk Exp $ 2 # 3 # etc.i386/Makefile.inc -- i386-specific etc Makefile targets 4 # 5 6 # These are packaged and distributed 7 EXTRA_KERNELS+= GENERIC_TINY 8 9 # These are for use by the bootfloppy construction tools 10 BUILD_KERNELS+= INSTALL INSTALL_SMALL INSTALL_TINY 11 INSTALLATION_DIRS += installation/misc 12 13 # Build the boot floppies and install them 14 snap_md_post: 15 .ifndef UPDATE 16 cd ${.CURDIR}/../distrib && ${MAKE} cleandir 17 .endif 18 cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 19 cd ${.CURDIR}/../distrib/i386 && ${MAKE} release 20 cd ${.CURDIR}/../distrib/notes && ${MAKE} release 21 cd ${.CURDIR}/../sys/arch/i386/stand/dosboot && ${MAKE} release 22 sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/floppy '*.gz' 23