1 # $NetBSD: Makefile.inc,v 1.6 2002/05/21 20:56:19 rafal Exp $ 2 # 3 # etc.sgimips/Makefile.inc -- sgimips-specific etc Makefile targets 4 # 5 6 KERNEL_SETS= GENERIC GENERIC_INDY 7 KERNEL_SUFFIXES= ecoff 8 9 #EXTRA_KERNELS= NETBOOT 10 11 BUILD_KERNELS= RAMDISK RAMDISK_INDY 12 13 INSTALLATION_DIRS+= installation/netboot \ 14 installation/diskimage 15 16 snap_md_post: 17 .ifndef UPDATE 18 cd ${.CURDIR}/../distrib && ${MAKE} cleandir 19 .endif 20 cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 21 cd ${.CURDIR}/../distrib/sgimips && ${MAKE} release 22 cd ${.CURDIR}/../distrib/notes && ${MAKE} release 23