Makefile.inc revision 1.2
1#	$NetBSD: Makefile.inc,v 1.2 2002/01/31 01:07:44 reinoud Exp $
2#
3#	etc.arm32/Makefile.inc -- arm32-specific etc Makefile targets
4#
5
6KERNEL_SETS=	GENERIC NC NC_WSCONS RPC_WSCONS
7BUILD_KERNELS=	INSTALL
8
9INSTALLATION_DIRS+=	installation/kernel \
10			installation/misc
11
12# Build the release notes and boot floppies and install them
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/acorn32 && ${MAKE} release
19	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
20	sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/kernels '*.gz'
21	sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/misc '*.gz'
22