Deleted Added
full compact
1c1
< # $Id: bsd.own.mk,v 1.13 1998/03/19 13:32:43 bde Exp $
---
> # $Id: bsd.own.mk,v 1.14 1998/05/26 20:12:54 sos Exp $
31a32
> # BINFORMAT Default executable format. [elf on alpha, aout otherwise]
32a34
> #
118a121,131
> # This is only here for bootstrapping and is not officially exported
> # from here. It has normally already been defined in sys.mk.
> MACHINE_ARCH?= i386
>
> # Default executable format
> .if ${MACHINE_ARCH} == "alpha"
> BINFORMAT?= elf
> .else
> BINFORMAT?= aout
> .endif
>