Makefile.inc revision 1.7
1# $NetBSD: Makefile.inc,v 1.7 2007/03/06 21:47:46 bouyer Exp $ 2# 3# etc.amd64/Makefile.inc -- amd64-specific etc Makefile targets 4# 5 6KERNEL_SETS= GENERIC GENERIC.MP 7 8BUILD_KERNELS= INSTALL 9 10INSTALLATION_DIRS+= installation/cdrom 11INSTALLATION_DIRS+= installation/floppy 12INSTALLATION_DIRS+= installation/misc 13 14snap_md_post: 15 cd ${KERNSRCDIR}/arch/i386/stand/pxeboot && ${MAKE} release 16 ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/cdrom '*.iso' 17 ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/floppy '*.fs' 18 ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/misc '*.*' 19