Home | History | Annotate | Line # | Download | only in etc.i386
Makefile.inc revision 1.12.2.3
      1 #	$NetBSD: Makefile.inc,v 1.12.2.3 2000/07/09 21:35:39 he 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_TINY INSTALL_SMALL
     11 
     12 # Build the boot floppies and install them
     13 snap_md_post:
     14 .ifndef UPDATE
     15 	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
     16 .endif
     17 	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
     18 	cd ${.CURDIR}/../distrib/i386 && ${MAKE} release
     19 	sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/floppy '*.gz' '*.fs'
     20