Module Name:    src
Committed By:   phx
Date:           Fri Feb 25 23:29:16 UTC 2011

Modified Files:
        src/tools: Makefile

Log Message:
mkubootimage is certainly useful for sandpoint


To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 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.142 src/tools/Makefile:1.143
--- src/tools/Makefile:1.142	Sun Feb  6 01:14:11 2011
+++ src/tools/Makefile	Fri Feb 25 23:29:16 2011
@@ -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
 

Reply via email to