Home | History | Annotate | Line # | Download | only in etc.sgimips
Makefile.inc revision 1.2
      1  1.2  thorpej #	$NetBSD: Makefile.inc,v 1.2 2001/11/29 22:46:00 thorpej Exp $
      2  1.1    soren #
      3  1.1    soren #	etc.sgimips/Makefile.inc -- sgimips-specific etc Makefile targets
      4  1.1    soren #
      5  1.1    soren 
      6  1.2  thorpej KERNEL_SETS=		GENERIC GENERIC_INDY
      7  1.1    soren 
      8  1.2  thorpej BUILD_KERNELS=		RAMDISK
      9  1.1    soren 
     10  1.1    soren # Add any extra release directories to be made
     11  1.1    soren INSTALLATION_DIRS+=installation/miniroot installation/netboot
     12  1.1    soren 
     13  1.1    soren snap_md_post:
     14  1.1    soren .ifndef UPDATE
     15  1.1    soren 	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
     16  1.1    soren .endif
     17  1.1    soren 	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
     18  1.1    soren 	cd ${.CURDIR}/../distrib/prep && ${MAKE} release
     19  1.1    soren 	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
     20