NetBSD/usr.bin/elf2aout/Makefile
2013-07-18 21:11:47 +00:00

16 lines
411 B
Makefile

# $NetBSD: Makefile,v 1.9 2013/07/18 21:11:47 matt Exp $
# from: @(#)Makefile 5.4 (Berkeley) 5/11/90
.include <bsd.own.mk> # for MACHINE_CPU
# Build ELF to {ecoff, aout} tools on m68k/powerpc, for kernels with old amigappc bootblocks.
.if (${MACHINE_CPU} == "m68k" || \
${MACHINE_ARCH} == "powerpc" || \
${MACHINE_ARCH} == "powerpc64")
PROG= elf2aout
.endif
MAN= elf2aout.1
.include <bsd.prog.mk>