Module Name: src
Committed By: matt
Date: Mon Nov 16 22:53:09 UTC 2009
Modified Files:
src/etc/etc.algor [matt-nb5-mips64]: Makefile.inc
Log Message:
Build P5064-64 if doing 64-bit builds
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.3.26.1 src/etc/etc.algor/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/etc.algor/Makefile.inc
diff -u src/etc/etc.algor/Makefile.inc:1.3 src/etc/etc.algor/Makefile.inc:1.3.26.1
--- src/etc/etc.algor/Makefile.inc:1.3 Tue Jul 24 10:49:23 2007
+++ src/etc/etc.algor/Makefile.inc Mon Nov 16 22:53:09 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.3 2007/07/24 10:49:23 pavel Exp $
+# $NetBSD: Makefile.inc,v 1.3.26.1 2009/11/16 22:53:09 matt Exp $
#
# etc.algor/Makefile.inc -- algor-specific etc Makefile targets
#
@@ -6,4 +6,8 @@
# 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