Home | History | Annotate | Line # | Download | only in elf2aout
Makefile revision 1.6.48.1
      1  1.6.48.1      matt #	$NetBSD: Makefile,v 1.6.48.1 2009/08/26 03:35:41 matt Exp $
      2       1.1  jonathan #	from: @(#)Makefile	5.4 (Berkeley) 5/11/90
      3       1.1  jonathan 
      4       1.5        is # Build ELF to {ecoff, aout} tools on mips, for old bootblocks/PROMs,
      5       1.5        is # and on m68k/powerpc, for kernels with old amigappc bootblocks.
      6  1.6.48.1      matt .if (${MACHINE_ARCH} == "m68000" || ${MACHINE_ARCH} == "m68k" || ${MACHINE_ARCH} == "powerpc")
      7       1.1  jonathan PROG=	elf2aout
      8       1.4    simonb .endif
      9       1.4    simonb 
     10       1.4    simonb MAN=	elf2aout.1
     11       1.1  jonathan 
     12       1.1  jonathan .include <bsd.prog.mk>
     13