1 1.9 snj # $NetBSD: Makefile.inc,v 1.9 2015/02/05 21:50:42 snj 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.5 jdolecek KERNEL_SETS= GENERIC GENERIC.MP 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