Makefile.inc revision 1.5
1#	$NetBSD: Makefile.inc,v 1.5 2006/06/02 22:35:22 hubertf Exp $
2#
3#	etc.amd64/Makefile.inc -- amd64-specific etc Makefile targets
4#
5
6KERNEL_SETS=		GENERIC GENERIC.MP GENERIC_ACPI
7
8BUILD_KERNELS=		INSTALL INSTALL_ACPI
9
10INSTALLATION_DIRS+= 	installation/cdrom
11INSTALLATION_DIRS+= 	installation/floppy
12
13# mkisofs arguments to generate bootable iso image
14MKISOFS_FLAGS+=	-b ${MACHINE}/installation/floppy/boot-big.fs
15
16snap_md_post:
17	${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/cdrom '*.iso'
18	${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/floppy '*.fs'
19