summaryrefslogtreecommitdiff
path: root/usr.bin/objformat
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-08-18 06:55:36 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-08-18 06:55:36 +0000
commita89fd81d2b92675feaa5ea6b6f221d878dfa7088 (patch)
treeecc6f086c003ea5d9fb152eaf85010f97c473ea7 /usr.bin/objformat
parent89ef33c09f30c59ac44ac03a8fe41ee2dec609a1 (diff)
Notes
Diffstat (limited to 'usr.bin/objformat')
-rw-r--r--usr.bin/objformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/objformat/Makefile b/usr.bin/objformat/Makefile
index d81c3fc0270b..f41dde4f792f 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