Makefile.inc revision 1.11
1#	$NetBSD: Makefile.inc,v 1.11 2003/01/04 15:49:31 lukem Exp $
2#
3#	etc.cats/Makefile.inc -- cats-specific etc Makefile targets
4#
5
6KERNEL_SETS=		GENERIC
7KERNEL_SUFFIXES=	aout
8
9BUILD_KERNELS=		INSTALL
10
11INSTALLATION_DIRS+=	installation/kernel
12
13snap_md_post:
14	${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/kernel '*.gz'
15
16iso-image_md_pre:
17	gunzip ${RELEASEDIR}/${MACHINE}/binary/kernel/netbsd.aout-INSTALL.gz \
18	    > ${CDROM.dir}/netbsd
19