Home | History | Annotate | Line # | Download | only in etc.sgimips
Makefile.inc revision 1.3
      1  1.3    lukem #	$NetBSD: Makefile.inc,v 1.3 2002/05/02 15:09:47 lukem 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.3    lukem INSTALLATION_DIRS+=	installation/netboot
     11  1.1    soren 
     12  1.1    soren snap_md_post:
     13  1.1    soren .ifndef UPDATE
     14  1.1    soren 	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
     15  1.1    soren .endif
     16  1.1    soren 	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
     17  1.1    soren 	cd ${.CURDIR}/../distrib/prep && ${MAKE} release
     18  1.1    soren 	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
     19