1 # $NetBSD: Makefile.inc,v 1.4 2002/05/08 12:17:47 jdolecek Exp $ 2 # 3 # etc.sgimips/Makefile.inc -- sgimips-specific etc Makefile targets 4 # 5 6 KERNEL_SETS= GENERIC_INDY 7 8 BUILD_KERNELS= RAMDISK 9 10 INSTALLATION_DIRS+= installation/netboot 11 12 snap_md_post: 13 .ifndef UPDATE 14 cd ${.CURDIR}/../distrib && ${MAKE} cleandir 15 .endif 16 cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 17 cd ${.CURDIR}/../distrib/prep && ${MAKE} release 18 cd ${.CURDIR}/../distrib/notes && ${MAKE} release 19