From 0ac350820d09917e43a9e6e1ce313b901ea20c6e Mon Sep 17 00:00:00 2001 From: sekiya Date: Sat, 8 Nov 2003 05:02:33 +0000 Subject: [PATCH] Build sgivol as a host tool when compiling for sgimips. --- tools/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile index 31815350195c..e7095f9102da 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2003/10/27 00:37:03 lukem Exp $ +# $NetBSD: Makefile,v 1.76 2003/11/08 05:02:33 sekiya Exp $ .include @@ -51,6 +51,10 @@ SUBDIR+= prep-mkbootimage SUBDIR+= mips-elf2ecoff .endif +.if (${MACHINE} == "sgimips") +SUBDIR+= sgivol +.endif + .if (${MACHINE} == "sparc" || ${MACHINE} == "sparc64") SUBDIR+= fgen .endif