xref: /netbsd/etc/etc.mac68k/Makefile.inc (revision bf9ec67e)
1#	$NetBSD: Makefile.inc,v 1.13 2002/05/02 15:09:44 lukem Exp $
2#
3#	mac68k-specific release building goo
4#
5
6KERNEL_SETS=		GENERIC GENERICSBC
7
8BUILD_KERNELS=		INSTALL INSTALLSBC
9
10INSTALLATION_DIRS+=	installation/miniroot	\
11			installation/instkernel
12
13snap_md_post:
14.ifndef UPDATE
15	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
16.endif
17	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
18	cd ${.CURDIR}/../distrib/mac68k && ${MAKE} release
19	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
20	${MAKESUMS} -t ${RELEASEDIR}/installation/instkernel '*.gz'
21