Makefile.inc revision 1.1
1#	$NetBSD: Makefile.inc,v 1.1 2002/02/03 11:23:45 tsutsui Exp $
2
3KERNEL_SETS=		GENERIC
4
5BUILD_KERNELS=		INSTALL
6
7snap_md_post:
8.ifndef UPDATE
9	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
10.endif
11	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
12	cd ${.CURDIR}/../distrib/newsmips && ${MAKE} release
13	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
14