Home | History | Annotate | Line # | Download | only in etc.sgimips
Makefile.inc revision 1.4
      1  1.4  jdolecek #	$NetBSD: Makefile.inc,v 1.4 2002/05/08 12:17:47 jdolecek 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.4  jdolecek KERNEL_SETS=		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