The selection of a default object format is based on OBJFORMAT, not

BINFORMAT.
This commit is contained in:
John Birrell 1998-08-18 06:55:36 +00:00
parent 89ef33c09f
commit a89fd81d2b

View file

@ -4,7 +4,7 @@ PROG= objformat
NOMAN= not yet
CFLAGS+= -DMAIN
.if ${BINFORMAT} == elf
.if ${OBJFORMAT} == elf
CFLAGS+= -DFREEBSD_ELF
.else
CFLAGS+= -DFREEBSD_AOUT