1#	$NetBSD: Makefile.inc,v 1.3 2007/07/24 10:49:23 pavel Exp $
2#
3#	etc.algor/Makefile.inc -- algor-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"
10KERNEL_SETS=		P4032 P5064
11.else
12KERNEL_SETS=		P5064-64
13.endif
14