1 1.12 mrg # $NetBSD: Makefile.inc,v 1.12 2020/09/15 08:14:31 mrg Exp $ 2 1.7 lukem # 3 1.7 lukem # etc.macppc/Makefile.inc -- macppc-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.12 mrg .if ${MACHINE_ARCH} != "powerpc64" 10 1.11 sevan KERNEL_SETS= GENERIC GENERIC.MP GENERIC_601 POWERMAC_G5 \ 11 1.11 sevan POWERMAC_G5.MP 12 1.1 matt 13 1.10 scole BUILD_KERNELS+= INSTALL INSTALL_601 GENERIC_MD 14 1.3 thorpej 15 1.4 lukem INSTALLATION_DIRS+= installation/floppy 16 1.12 mrg .endif 17