1 # $NetBSD: Makefile.inc,v 1.11 2021/05/29 18:48:45 thorpej Exp $ 2 # 3 # etc.alpha/Makefile.inc -- alpha-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 9 KERNEL_SETS= GENERIC 10 11 EXTRA_KERNELS+= GENERIC.QEMU 12 BUILD_KERNELS+= INSTALL 13 14 INSTALLATION_DIRS+= installation/floppy \ 15 installation/diskimage \ 16 installation/instkernel \ 17 installation/netboot 18 19 snap_md_post: 20 cd ${KERNSRCDIR}/arch/alpha/stand/netboot && ${MAKE} release 21