Make this Makefile work on non-MIPS again.

This commit is contained in:
thorpej 2002-02-24 01:52:09 +00:00
parent ca1294612c
commit 4fa7ef5e39
1 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2002/02/23 21:34:06 gmcgarry Exp $
# $NetBSD: Makefile,v 1.9 2002/02/24 01:52:09 thorpej Exp $
# from: @(#)Makefile 5.4 (Berkeley) 5/11/90
.include <bsd.own.mk>
@ -7,10 +7,11 @@
.if (${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb")
PROG= elf2ecoff
.endif
MAN= elf2ecoff.1
.ifndef HOSTPROG
.include <bsd.prog.mk>
.endif
.endif