1 # $NetBSD: Makefile.inc,v 1.1 2000/06/12 15:09:39 tsutsui Exp $ 2 3 BUILD_KERNELS+= INSTALL 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/news68k && ${MAKE} release 12 cd ${.CURDIR}/../distrib/notes && ${MAKE} release 13