Makefile.inc revision 1.17
1#	$NetBSD: Makefile.inc,v 1.17 2014/01/27 08:18:08 apb Exp $
2#
3#	etc.cats/Makefile.inc -- cats-specific etc Makefile targets
4#
5
6# If you change the list of distributed kernels, don't forget
7# to update the release documentation in distrib/notes/common/contents
8
9KERNEL_SETS=		GENERIC GENERIC.ABLE
10KERNEL_SUFFIXES=	aout
11
12BUILD_KERNELS=		INSTALL INSTALL.ABLE
13
14INSTALLATION_DIRS+=	installation/kernel
15
16snap_md_post:
17	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/kernel '*.gz'
18
19iso-image-md-pre:
20	${TOOL_GZIP} -dc ${RELEASEDIR}/${RELEASEMACHINEDIR}/binary/kernel/netbsd.aout-INSTALL.gz \
21	    > ${CDROM.dir}/netbsd
22