1 # $NetBSD: Makefile.inc,v 1.1 2002/09/21 01:41:32 chs Exp $ 2 3 KERNEL_SETS= GENERIC 4 5 BUILD_KERNELS+= INSTALL 6 7 snap_md_post: 8 .ifndef UPDATE 9 cd ${.CURDIR}/../distrib && ${MAKE} cleandir 10 .endif 11 cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 12 cd ${.CURDIR}/../distrib/${MACHINE} && ${MAKE} release 13 cd ${.CURDIR}/../distrib/notes && ${MAKE} release 14