From a89fd81d2b92675feaa5ea6b6f221d878dfa7088 Mon Sep 17 00:00:00 2001 From: John Birrell Date: Tue, 18 Aug 1998 06:55:36 +0000 Subject: [PATCH] The selection of a default object format is based on OBJFORMAT, not BINFORMAT. --- usr.bin/objformat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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