Home | History | Annotate | Line # | Download | only in etc.sgimips
Makefile.inc revision 1.1
      1 #	$NetBSD: Makefile.inc,v 1.1 2001/11/20 16:41:44 soren Exp $
      2 #
      3 #	etc.sgimips/Makefile.inc -- sgimips-specific etc Makefile targets
      4 #
      5 
      6 # Set this for any kernels beyond GENERIC you want to include
      7 # in the distribution.
      8 EXTRA_KERNELS+=GENERIC_INDY
      9 
     10 # Set this for any kernels beyond GENERIC and ${EXTRA_KERNELS} you
     11 # need to build to make installation tools/media.
     12 BUILD_KERNELS+=RAMDISK
     13 
     14 # Add any extra release directories to be made
     15 INSTALLATION_DIRS+=installation/miniroot installation/netboot
     16 
     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/prep && ${MAKE} release
     23 	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
     24