summaryrefslogtreecommitdiff
path: root/etc/etc.algor/Makefile.inc
blob: ccd57f33b2a09670c10410c97c70f464808d9987 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile.inc,v 1.4 2009/12/14 01:12:05 matt Exp $
#
#	etc.algor/Makefile.inc -- algor-specific etc Makefile targets
#

# If you change the list of distributed kernels, don't forget
# to update the release documentation in distrib/notes/common/contents

.if ${MACHINE_ARCH} == "mipsel"
KERNEL_SETS=		P4032 P5064
.else
KERNEL_SETS=		P5064-64
.endif