Makefile.inc revision 1.12
1#	$NetBSD: Makefile.inc,v 1.12 2002/03/31 16:07:55 bjh21 Exp $
2#
3#	mac68k-specific release building goo
4#
5
6KERNEL_SETS=		GENERIC GENERICSBC
7
8BUILD_KERNELS=		INSTALL INSTALLSBC
9
10INSTALLATION_DIRS+=	installation/instkernel
11
12snap_md_post:
13.ifndef UPDATE
14	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
15.endif
16	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
17	cd ${.CURDIR}/../distrib/mac68k && ${MAKE} release
18	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
19	${MAKESUMS} -t ${RELEASEDIR}/installation/instkernel '*.gz'
20