Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools mkubootimage is certainly useful for sandpoint
details: https://anonhg.NetBSD.org/src/rev/2b4211621aa6
branches: trunk
changeset: 762702:2b4211621aa6
user: phx <phx%NetBSD.org@localhost>
date: Fri Feb 25 23:29:16 2011 +0000
description:
mkubootimage is certainly useful for sandpoint
diffstat:
tools/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 1891e2d0e218 -r 2b4211621aa6 tools/Makefile
--- a/tools/Makefile Fri Feb 25 22:37:12 2011 +0000
+++ b/tools/Makefile Fri Feb 25 23:29:16 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.142 2011/02/06 01:14:11 joerg Exp $
+# $NetBSD: Makefile,v 1.143 2011/02/25 23:29:16 phx Exp $
.include <bsd.own.mk>
@@ -129,7 +129,8 @@
SUBDIR+= hp300-mkboot
.endif
-.if ${MACHINE} == "evbarm" || ${MACHINE} == "evbmips" || ${MACHINE} == "evbppc"
+.if ${MACHINE} == "evbarm" || ${MACHINE} == "evbmips" || \
+ ${MACHINE} == "evbppc" || ${MACHINE} == "sandpoint"
SUBDIR+= mkubootimage
.endif
Home |
Main Index |
Thread Index |
Old Index