1 1.10 thorpej # $NetBSD: Makefile.inc,v 1.10 2020/09/19 03:29:57 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.1 ross BUILD_KERNELS+= INSTALL 12 1.3 thorpej 13 1.1 ross INSTALLATION_DIRS+= installation/floppy \ 14 1.1 ross installation/diskimage \ 15 1.1 ross installation/instkernel \ 16 1.9 snj installation/netboot 17 1.1 ross 18 1.1 ross snap_md_post: 19 1.6 lukem cd ${KERNSRCDIR}/arch/alpha/stand/netboot && ${MAKE} release 20