1#	$NetBSD: Makefile.inc,v 1.6 2021/04/25 23:40:51 christos Exp $
2#
3#	etc.cobalt/Makefile.inc -- cobalt-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 !empty(MACHINE_ARCH:Mmips*64el)
10KERNEL_SETS=		GENERIC32 GENERIC64 INSTALL32 INSTALL64
11
12BUILD_KERNELS=		RAMDISK32 RAMDISK64
13.else
14KERNEL_SETS=		GENERIC INSTALL
15
16BUILD_KERNELS=		RAMDISK
17.endif
18