Home | History | Annotate | Line # | Download | only in etc.i386
Makefile.inc revision 1.24
      1  1.24  hubertf #	$NetBSD: Makefile.inc,v 1.24 2000/09/11 21:53:31 hubertf 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.20  mycroft BUILD_KERNELS+= INSTALL INSTALL_SMALL INSTALL_TINY
     11  1.23    jhawk INSTALLATION_DIRS += installation/misc
     12  1.13       he 
     13  1.24  hubertf # mkisofs arguments to generate bootable iso image
     14  1.24  hubertf MKISOFS_FLAGS+=	-b installation/floppy/boot-big.fs
     15  1.24  hubertf 
     16  1.19    fredb # Build the boot floppies and install them
     17  1.17    fredb snap_md_post:
     18  1.13       he .ifndef UPDATE
     19  1.21  thorpej 	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
     20  1.13       he .endif
     21  1.21  thorpej 	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
     22  1.21  thorpej 	cd ${.CURDIR}/../distrib/i386 && ${MAKE} release
     23  1.21  thorpej 	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
     24  1.23    jhawk 	cd ${.CURDIR}/../sys/arch/i386/stand/dosboot && ${MAKE} release
     25  1.22   toddpw 	sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/floppy '*.gz'
     26  1.24  hubertf 
     27  1.24  hubertf # For "make iso-image"
     28  1.24  hubertf iso-image_md_pre:
     29  1.24  hubertf 	echo iso-image_md_pre ${MACHINE_ARCH}
     30  1.24  hubertf iso-image_md_post:
     31  1.24  hubertf 	echo iso-image_md_post ${MACHINE_ARCH}
     32