Makefile.inc revision 1.8
1# $NetBSD: Makefile.inc,v 1.8 2007/07/24 10:49:23 pavel Exp $ 2# 3# etc.amd64/Makefile.inc -- amd64-specific etc Makefile targets 4# 5 6# If you change the list of distributed kernels, don't forget 7# to update the release documentation in distrib/notes/common/contents 8 9KERNEL_SETS= GENERIC GENERIC.MP 10 11BUILD_KERNELS= INSTALL 12 13INSTALLATION_DIRS+= installation/cdrom 14INSTALLATION_DIRS+= installation/floppy 15INSTALLATION_DIRS+= installation/misc 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