Module Name:    src
Committed By:   matt
Date:           Mon Jan 31 03:41:10 UTC 2011

Modified Files:
        src/tools: Makefile

Log Message:
Make mkubootimage for evbmips and evbppc too.


To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 src/tools/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/Makefile
diff -u src/tools/Makefile:1.140 src/tools/Makefile:1.141
--- src/tools/Makefile:1.140	Sun Aug 15 07:27:33 2010
+++ src/tools/Makefile	Mon Jan 31 03:41:10 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.140 2010/08/15 07:27:33 mrg Exp $
+#	$NetBSD: Makefile,v 1.141 2011/01/31 03:41:10 matt Exp $
 
 .include <bsd.own.mk>
 
@@ -119,7 +119,7 @@
 SUBDIR+=	hp300-mkboot
 .endif
 
-.if ${MACHINE} == "evbarm"
+.if ${MACHINE} == "evbarm" || ${MACHINE} == "evbmips" || ${MACHINE} == "evbppc"
 SUBDIR+=	mkubootimage
 .endif
 

Reply via email to