1 1.1 soren # $NetBSD: Makefile.inc,v 1.1 2001/11/20 16:41:44 soren 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.1 soren # Set this for any kernels beyond GENERIC you want to include 7 1.1 soren # in the distribution. 8 1.1 soren EXTRA_KERNELS+=GENERIC_INDY 9 1.1 soren 10 1.1 soren # Set this for any kernels beyond GENERIC and ${EXTRA_KERNELS} you 11 1.1 soren # need to build to make installation tools/media. 12 1.1 soren BUILD_KERNELS+=RAMDISK 13 1.1 soren 14 1.1 soren # Add any extra release directories to be made 15 1.1 soren INSTALLATION_DIRS+=installation/miniroot installation/netboot 16 1.1 soren 17 1.1 soren snap_md_post: 18 1.1 soren .ifndef UPDATE 19 1.1 soren cd ${.CURDIR}/../distrib && ${MAKE} cleandir 20 1.1 soren .endif 21 1.1 soren cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 22 1.1 soren cd ${.CURDIR}/../distrib/prep && ${MAKE} release 23 1.1 soren cd ${.CURDIR}/../distrib/notes && ${MAKE} release 24