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