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