mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
The selection of a default object format is based on OBJFORMAT, not
BINFORMAT.
This commit is contained in:
parent
89ef33c09f
commit
a89fd81d2b
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ PROG= objformat
|
|||
NOMAN= not yet
|
||||
CFLAGS+= -DMAIN
|
||||
|
||||
.if ${BINFORMAT} == elf
|
||||
.if ${OBJFORMAT} == elf
|
||||
CFLAGS+= -DFREEBSD_ELF
|
||||
.else
|
||||
CFLAGS+= -DFREEBSD_AOUT
|
||||
|
|
|
|||
Loading…
Reference in a new issue