1 # $NetBSD: Makefile.inc,v 1.18 2016/11/04 19:18:50 flxd Exp $ 2 # 3 # etc.pmax/Makefile.inc -- pmax-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 .if ${MACHINE_ARCH} == "mipsel" 10 11 KERNEL_SETS= GENERIC GENERIC_USB 12 13 BUILD_KERNELS= INSTALL RAMDISK 14 15 .else 16 17 KERNEL_SETS= GENERIC64 GENERIC64_USB 18 19 BUILD_KERNELS= INSTALL64 RAMDISK64 20 21 .endif 22 23 INSTALLATION_DIRS+= installation/diskimage \ 24 installation/netboot \ 25 installation/miniroot 26