Makefile.inc revision 1.18
1# $NetBSD: Makefile.inc,v 1.18 2025/08/26 05:08:57 imil 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 12KERNEL_SETS+= MICROVM 13# KERNEL_SETS+= GENERIC_USERMODE 14 15BUILD_KERNELS= INSTALL INSTALL_XEN3_DOMU 16 17INSTALLATION_DIRS+= installation/cdrom 18INSTALLATION_DIRS+= installation/misc 19INSTALLATION_DIRS+= installation/miniroot 20INSTALLATION_DIRS+= installation/ramdisk 21 22snap_md_post: 23 cd ${KERNSRCDIR}/arch/i386/stand/pxeboot && ${MAKE} release 24 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/cdrom '*.iso' 25 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot '*.*' 26 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc '*.*' 27 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/ramdisk '*.*' 28