Makefile.inc revision 1.7
1#	$NetBSD: Makefile.inc,v 1.7 2006/06/20 17:42:22 garbled Exp $
2#
3#	etc.prep/Makefile.inc -- prep-specific etc Makefile targets
4#
5
6KERNEL_SETS=		GENERIC
7
8BUILD_KERNELS=		INSTALL INSTALL_SMALL
9
10INSTALLATION_DIRS+=	installation/floppy
11
12# mkisofs arguments to generate bootable iso image
13MKISOFS_FLAGS+= -prep-boot installation/floppy/sysinst.fs
14
15snap_md_post:
16	${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/floppy '*'
17