Makefile.inc revision 1.6
11.6She# $NetBSD: Makefile.inc,v 1.6 2007/02/27 18:17:28 he Exp $ 21.1Sfvdl# 31.2Sfvdl# etc.amd64/Makefile.inc -- amd64-specific etc Makefile targets 41.1Sfvdl# 51.1Sfvdl 61.4SrjsKERNEL_SETS= GENERIC GENERIC.MP GENERIC_ACPI 71.1Sfvdl 81.4SrjsBUILD_KERNELS= INSTALL INSTALL_ACPI 91.1Sfvdl 101.5ShubertfINSTALLATION_DIRS+= installation/cdrom 111.1SfvdlINSTALLATION_DIRS+= installation/floppy 121.6SheINSTALLATION_DIRS+= installation/misc 131.1Sfvdl 141.1Sfvdl# mkisofs arguments to generate bootable iso image 151.3SmattMKISOFS_FLAGS+= -b ${MACHINE}/installation/floppy/boot-big.fs 161.1Sfvdl 171.1Sfvdlsnap_md_post: 181.6She cd ${KERNSRCDIR}/arch/i386/stand/pxeboot && ${MAKE} release 191.5Shubertf ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/cdrom '*.iso' 201.1Sfvdl ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/floppy '*.fs' 211.6She ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/misc '*.*' 22