NetBSD/usr.bin/elf2aout/Makefile
mrg 65fad457b3 build elf2aout and fdformat on macppc64 (for now, it's a lot easier than
figuring out how to split the sets... but that will have to happen.)

fixes the first easy part of PR#43075.
2010-03-30 07:26:23 +00:00

15 lines
408 B
Makefile

# $NetBSD: Makefile,v 1.8 2010/03/30 07:26:23 mrg Exp $
# from: @(#)Makefile 5.4 (Berkeley) 5/11/90
# Build ELF to {ecoff, aout} tools on m68k/powerpc, for kernels with old amigappc bootblocks.
.if (${MACHINE_ARCH} == "m68000" || \
${MACHINE_ARCH} == "m68k" || \
${MACHINE_ARCH} == "powerpc" || \
${MACHINE_ARCH} == "powerpc64")
PROG= elf2aout
.endif
MAN= elf2aout.1
.include <bsd.prog.mk>