xref: /netbsd/etc/etc.algor/Makefile.inc (revision 18194812)
1#	$NetBSD: Makefile.inc,v 1.4 2009/12/14 01:12:05 matt 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