NetBSD/etc/etc.algor/Makefile.inc

14 lines
358 B
PHP
Raw Normal View History

2009-12-14 04:11:02 +03:00
# $NetBSD: Makefile.inc,v 1.4 2009/12/14 01:12:05 matt Exp $
2002-04-02 03:32:17 +04:00
#
# 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
2009-12-14 04:11:02 +03:00
.if ${MACHINE_ARCH} == "mipsel"
2002-04-02 03:32:17 +04:00
KERNEL_SETS= P4032 P5064
2009-12-14 04:11:02 +03:00
.else
KERNEL_SETS= P5064-64
.endif