1 # $NetBSD: Makefile.inc,v 1.24 2000/09/11 21:53:31 hubertf 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 # mkisofs arguments to generate bootable iso image 14 MKISOFS_FLAGS+= -b installation/floppy/boot-big.fs 15 16 # Build the boot floppies and install them 17 snap_md_post: 18 .ifndef UPDATE 19 cd ${.CURDIR}/../distrib && ${MAKE} cleandir 20 .endif 21 cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 22 cd ${.CURDIR}/../distrib/i386 && ${MAKE} release 23 cd ${.CURDIR}/../distrib/notes && ${MAKE} release 24 cd ${.CURDIR}/../sys/arch/i386/stand/dosboot && ${MAKE} release 25 sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/floppy '*.gz' 26 27 # For "make iso-image" 28 iso-image_md_pre: 29 echo iso-image_md_pre ${MACHINE_ARCH} 30 iso-image_md_post: 31 echo iso-image_md_post ${MACHINE_ARCH} 32