Makefile.inc revision 1.2.2.1
1#	$NetBSD: Makefile.inc,v 1.2.2.1 2002/06/06 07:51:10 lukem Exp $
2#
3#	etc.next68k/Makefile.inc -- next68k-specific etc Makefile targets
4#
5
6KERNEL_SETS=		GENERIC
7
8# Build the release notes and install them
9snap_md_post:
10.ifndef UPDATE
11	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
12.endif
13	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
14	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
15
16	# install boot image in installation directory
17	cp -p ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}/installation/boot
18