2010-03-30 11:26:23 +04:00
|
|
|
# $NetBSD: Makefile,v 1.8 2010/03/30 07:26:23 mrg Exp $
|
1996-09-30 01:53:11 +04:00
|
|
|
# from: @(#)Makefile 5.4 (Berkeley) 5/11/90
|
|
|
|
|
2009-08-13 03:39:13 +04:00
|
|
|
# Build ELF to {ecoff, aout} tools on m68k/powerpc, for kernels with old amigappc bootblocks.
|
2010-03-30 11:26:23 +04:00
|
|
|
.if (${MACHINE_ARCH} == "m68000" || \
|
|
|
|
${MACHINE_ARCH} == "m68k" || \
|
|
|
|
${MACHINE_ARCH} == "powerpc" || \
|
|
|
|
${MACHINE_ARCH} == "powerpc64")
|
1996-09-30 01:53:11 +04:00
|
|
|
PROG= elf2aout
|
1999-06-09 06:54:17 +04:00
|
|
|
.endif
|
|
|
|
|
|
|
|
MAN= elf2aout.1
|
1996-09-30 01:53:11 +04:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|