Makefile.inc revision 1.5
1#	$NetBSD: Makefile.inc,v 1.5 2011/02/20 08:27:32 matt 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 ${MACHINE_ARCH} == "mips64el"
10KERNEL_SETS=		GENERIC32 GENERIC64 INSTALL32 INSTALL64
11
12BUILD_KERNELS=		RAMDISK32 RAMDISK64
13.else
14KERNEL_SETS=		GENERIC INSTALL
15
16BUILD_KERNELS=		RAMDISK
17.endif
18