1 # $NetBSD: Makefile.inc,v 1.2 2000/06/12 23:04:36 matt Exp $ 2 3 BUILD_KERNELS+= INSTALL GENERIC_MD 4 INSTALLATION_DIRS+= installation 5 6 snap_md_post: 7 .ifndef UPDATE 8 cd ${.CURDIR}/../distrib && ${MAKE} cleandir 9 .endif 10 cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 11 cd ${.CURDIR}/../distrib/macppc && ${MAKE} release 12 cd ${.CURDIR}/../distrib/notes && ${MAKE} release 13