1 # $NetBSD: Makefile.inc,v 1.5 2002/05/13 01:27:01 soren Exp $ 2 # 3 # etc.sgimips/Makefile.inc -- sgimips-specific etc Makefile targets 4 # 5 6 KERNEL_SETS= GENERIC 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