Home | History | Annotate | Line # | Download | only in etc.i386
Makefile.inc revision 1.12.2.3
      1  1.12.2.3     he #	$NetBSD: Makefile.inc,v 1.12.2.3 2000/07/09 21:35:39 he 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.12.2.1     he # These are packaged and distributed
      7  1.12.2.3     he EXTRA_KERNELS+= GENERIC_TINY
      8  1.12.2.1     he 
      9  1.12.2.1     he # These are for use by the bootfloppy construction tools
     10  1.12.2.3     he BUILD_KERNELS= INSTALL INSTALL_TINY INSTALL_SMALL
     11  1.12.2.1     he 
     12  1.12.2.3     he # Build the boot floppies and install them
     13  1.12.2.1     he snap_md_post:
     14  1.12.2.1     he .ifndef UPDATE
     15  1.12.2.3     he 	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
     16  1.12.2.1     he .endif
     17  1.12.2.3     he 	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
     18  1.12.2.3     he 	cd ${.CURDIR}/../distrib/i386 && ${MAKE} release
     19  1.12.2.3     he 	sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/floppy '*.gz' '*.fs'
     20