Home | History | Annotate | Line # | Download | only in etc.sgimips
Makefile.inc revision 1.6
      1  1.6  rafal #	$NetBSD: Makefile.inc,v 1.6 2002/05/21 20:56:19 rafal 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.5  soren KERNEL_SETS=		GENERIC GENERIC_INDY
      7  1.6  rafal KERNEL_SUFFIXES=	ecoff
      8  1.1  soren 
      9  1.6  rafal #EXTRA_KERNELS=		NETBOOT
     10  1.1  soren 
     11  1.6  rafal BUILD_KERNELS=		RAMDISK RAMDISK_INDY
     12  1.1  soren 
     13  1.6  rafal INSTALLATION_DIRS+=	installation/netboot \
     14  1.6  rafal 			installation/diskimage
     15  1.6  rafal 
     16  1.6  rafal snap_md_post:
     17  1.1  soren .ifndef UPDATE
     18  1.1  soren 	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
     19  1.1  soren .endif
     20  1.1  soren 	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
     21  1.6  rafal 	cd ${.CURDIR}/../distrib/sgimips && ${MAKE} release
     22  1.1  soren 	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
     23