Build sgivol as a host tool when compiling for sgimips.
This commit is contained in:
parent
f7005aea9c
commit
0ac350820d
|
@ -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 <bsd.own.mk>
|
||||
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue