14 lines
358 B
Makefile
14 lines
358 B
Makefile
# $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
|