diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-08-18 06:55:36 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-08-18 06:55:36 +0000 |
| commit | a89fd81d2b92675feaa5ea6b6f221d878dfa7088 (patch) | |
| tree | ecc6f086c003ea5d9fb152eaf85010f97c473ea7 /usr.bin/objformat | |
| parent | 89ef33c09f30c59ac44ac03a8fe41ee2dec609a1 (diff) | |
Notes
Diffstat (limited to 'usr.bin/objformat')
| -rw-r--r-- | usr.bin/objformat/Makefile | 2 |
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 |
