Home | History | Annotate | Line # | Download | only in elf2aout
Makefile revision 1.8.6.1
      1 #	$NetBSD: Makefile,v 1.8.6.1 2014/05/22 11:42:43 yamt Exp $
      2 #	from: @(#)Makefile	5.4 (Berkeley) 5/11/90
      3 
      4 .include <bsd.own.mk>	# for MACHINE_CPU
      5 
      6 # Build ELF to {ecoff, aout} tools on m68k/powerpc, for kernels with old amigappc bootblocks.
      7 .if (${MACHINE_CPU} == "m68k" || \
      8      ${MACHINE_ARCH} == "powerpc" || \
      9      ${MACHINE_ARCH} == "powerpc64")
     10 PROG=	elf2aout
     11 .endif
     12 
     13 MAN=	elf2aout.1
     14 
     15 .include <bsd.prog.mk>
     16