Makefile.inc revision 1.16
1# $NetBSD: Makefile.inc,v 1.16 2018/08/02 16:26:09 maxv 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 10KERNEL_SETS+= GENERIC_KASLR 11KERNEL_SETS+= XEN3_DOM0 XEN3_DOMU 12# KERNEL_SETS+= GENERIC_USERMODE 13 14BUILD_KERNELS= INSTALL INSTALL_XEN3_DOMU 15 16INSTALLATION_DIRS+= installation/cdrom 17INSTALLATION_DIRS+= installation/misc 18INSTALLATION_DIRS+= installation/miniroot 19 20snap_md_post: 21 cd ${KERNSRCDIR}/arch/i386/stand/pxeboot && ${MAKE} release 22 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/cdrom '*.iso' 23 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot '*.*' 24 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc '*.*' 25