1#	$NetBSD: Makefile.inc,v 1.8 2007/07/24 10:49:27 pavel Exp $
2#
3#	etc.prep/Makefile.inc -- prep-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
10
11BUILD_KERNELS=		INSTALL INSTALL_SMALL
12
13INSTALLATION_DIRS+=	installation/floppy
14
15# mkisofs arguments to generate bootable iso image
16MKISOFS_FLAGS+= -prep-boot installation/floppy/sysinst.fs
17
18snap_md_post:
19	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/floppy '*'
20