1 1.16.26.1 matt # $NetBSD: Makefile.inc,v 1.16.26.1 2009/09/09 02:11:54 matt Exp $ 2 1.1 jonathan # 3 1.1 jonathan # etc.pmax/Makefile.inc -- pmax-specific etc Makefile targets 4 1.1 jonathan # 5 1.3 cjs 6 1.16 pavel # If you change the list of distributed kernels, don't forget 7 1.16 pavel # to update the release documentation in distrib/notes/common/contents 8 1.16 pavel 9 1.16.26.1 matt .if ${MACHINE_ARCH} == "mipsel" 10 1.16.26.1 matt 11 1.15 ad KERNEL_SETS= GENERIC 12 1.4 simonb 13 1.8 thorpej BUILD_KERNELS= INSTALL RAMDISK 14 1.4 simonb 15 1.16.26.1 matt .else 16 1.16.26.1 matt 17 1.16.26.1 matt KERNEL_SETS= GENERIC64 18 1.16.26.1 matt 19 1.16.26.1 matt BUILD_KERNELS= INSTALL64 RAMDISK64 20 1.16.26.1 matt 21 1.16.26.1 matt .endif 22 1.16.26.1 matt 23 1.10 lukem INSTALLATION_DIRS+= installation/diskimage \ 24 1.14 jmc installation/netboot \ 25 1.14 jmc installation/miniroot 26