xref: /netbsd/etc/etc.algor/Makefile.inc (revision 18194812)
1*18194812Smatt#	$NetBSD: Makefile.inc,v 1.4 2009/12/14 01:12:05 matt Exp $
2f22a65a5Sthorpej#
3f22a65a5Sthorpej#	etc.algor/Makefile.inc -- algor-specific etc Makefile targets
4f22a65a5Sthorpej#
5f22a65a5Sthorpej
6de89ac53Spavel# If you change the list of distributed kernels, don't forget
7de89ac53Spavel# to update the release documentation in distrib/notes/common/contents
8de89ac53Spavel
9*18194812Smatt.if ${MACHINE_ARCH} == "mipsel"
10f22a65a5SthorpejKERNEL_SETS=		P4032 P5064
11*18194812Smatt.else
12*18194812SmattKERNEL_SETS=		P5064-64
13*18194812Smatt.endif
14