diff --git a/usr.bin/objformat/Makefile b/usr.bin/objformat/Makefile index d81c3fc0270..f41dde4f792 100644 --- a/usr.bin/objformat/Makefile +++ b/usr.bin/objformat/Makefile @@ -4,7 +4,7 @@ PROG= objformat NOMAN= not yet CFLAGS+= -DMAIN -.if ${BINFORMAT} == elf +.if ${OBJFORMAT} == elf CFLAGS+= -DFREEBSD_ELF .else CFLAGS+= -DFREEBSD_AOUT