Makefile.inc revision 1.5
11.5Smatt# $NetBSD: Makefile.inc,v 1.5 2011/02/20 08:27:32 matt Exp $ 21.1Scyber# 31.1Scyber# etc.cobalt/Makefile.inc -- cobalt-specific etc Makefile targets 41.1Scyber# 51.1Scyber 61.3Spavel# If you change the list of distributed kernels, don't forget 71.3Spavel# to update the release documentation in distrib/notes/common/contents 81.3Spavel 91.5Smatt.if ${MACHINE_ARCH} == "mips64el" 101.5SmattKERNEL_SETS= GENERIC32 GENERIC64 INSTALL32 INSTALL64 111.5Smatt 121.5SmattBUILD_KERNELS= RAMDISK32 RAMDISK64 131.5Smatt.else 141.2StsutsuiKERNEL_SETS= GENERIC INSTALL 151.4Stsutsui 161.4StsutsuiBUILD_KERNELS= RAMDISK 171.5Smatt.endif 18