OBJFORMAT=elf in the absense of an override for both alpha and i386 by
default now.
This commit is contained in:
parent
2a1a5fb618
commit
fb632df39b
@ -1,4 +1,4 @@
|
||||
# $Id: bsd.own.mk,v 1.19 1998/09/14 08:34:45 obrien Exp $
|
||||
# $Id: bsd.own.mk,v 1.20 1998/10/19 20:09:17 imp Exp $
|
||||
#
|
||||
# The include file <bsd.own.mk> set common variables for owner,
|
||||
# group, mode, and directories. Defaults are in brackets.
|
||||
@ -131,11 +131,7 @@ MACHINE_ARCH?= i386
|
||||
.endif
|
||||
|
||||
# Default executable format
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
OBJFORMAT?= aout
|
||||
.else
|
||||
OBJFORMAT?= elf
|
||||
.endif
|
||||
|
||||
# Binaries
|
||||
BINOWN?= root
|
||||
|
Loading…
Reference in New Issue
Block a user