1 # $NetBSD: Makefile.inc,v 1.2.6.2 2000/07/13 21:01:46 he Exp $ 2 3 BUILD_KERNELS+= INSTALL 4 EXTRA_KERNELS+= GENERIC_MD 5 INSTALLATION_DIRS+= installation \ 6 installation/floppy 7 8 snap_md_post: 9 .ifndef UPDATE 10 cd ${.CURDIR}/../distrib && ${MAKE} cleandir 11 .endif 12 cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 13 cd ${.CURDIR}/../distrib/macppc && ${MAKE} release 14 cd ${.CURDIR}/../sys/arch/macppc/stand && ${MAKE} release 15