Change a "=" to "?=" to make it easier to override the binary format

from the environment.
This commit is contained in:
John Polstra 1997-03-28 04:45:30 +00:00
parent e5df661c83
commit a6660d6035

View File

@ -1,5 +1,5 @@
#
# $Id$
# $Id: Makefile.inc,v 1.19 1997/02/22 15:44:48 peter Exp $
#
# Sometimes this is .include'd several times...
@ -16,8 +16,8 @@ OUT_OBJ= i386
.PATH: ${GCCDIR}/config/i386
# Pick aout for now. the elf config is not binary compatable.
BINFORMAT= aout
#BINFORMAT= elf
BINFORMAT?= aout
#BINFORMAT?= elf
.if ${BINFORMAT} == aout
CFLAGS+= -DFREEBSD_AOUT