Makefile.inc revision 1.3
1#	$NetBSD: Makefile.inc,v 1.3 2002/06/05 13:49:33 deberg 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