Makefile.inc revision 1.3
1#	$NetBSD: Makefile.inc,v 1.3 2001/11/29 22:45:58 thorpej Exp $
2
3KERNEL_SETS=		GENERIC GENERIC_TINY
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/news68k && ${MAKE} release
13	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
14