Makefile.inc revision 1.6
1# $NetBSD: Makefile.inc,v 1.6 2007/02/27 18:17:28 he 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 12INSTALLATION_DIRS+= installation/misc 13 14# mkisofs arguments to generate bootable iso image 15MKISOFS_FLAGS+= -b ${MACHINE}/installation/floppy/boot-big.fs 16 17snap_md_post: 18 cd ${KERNSRCDIR}/arch/i386/stand/pxeboot && ${MAKE} release 19 ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/cdrom '*.iso' 20 ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/floppy '*.fs' 21 ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/misc '*.*' 22