1 1.11 thorpej # $NetBSD: Makefile.inc,v 1.11 2021/05/29 18:48:45 thorpej Exp $ 2 1.7 lukem # 3 1.7 lukem # etc.alpha/Makefile.inc -- alpha-specific etc Makefile targets 4 1.7 lukem # 5 1.3 thorpej 6 1.8 pavel # If you change the list of distributed kernels, don't forget 7 1.8 pavel # to update the release documentation in distrib/notes/common/contents 8 1.8 pavel 9 1.10 thorpej KERNEL_SETS= GENERIC 10 1.1 ross 11 1.11 thorpej EXTRA_KERNELS+= GENERIC.QEMU 12 1.1 ross BUILD_KERNELS+= INSTALL 13 1.3 thorpej 14 1.1 ross INSTALLATION_DIRS+= installation/floppy \ 15 1.1 ross installation/diskimage \ 16 1.1 ross installation/instkernel \ 17 1.9 snj installation/netboot 18 1.1 ross 19 1.1 ross snap_md_post: 20 1.6 lukem cd ${KERNSRCDIR}/arch/alpha/stand/netboot && ${MAKE} release 21