diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-11 17:51:04 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-11 17:51:04 +0000 |
| commit | 89a75ff0d0a639c4db176b892798285723abfff8 (patch) | |
| tree | bdd3e83dc2d4abf2586af308889b16d5314b7435 /lib/Makefile | |
| parent | 785b36d40f9d168d548d71daa356bcf3af1cf20a (diff) | |
Notes
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 7007a98a0705..664528166186 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -39,7 +39,7 @@ _csu=csu/${MACHINE_ARCH} _csu=csu .endif -.if ${MACHINE_ARCH} == "i386" +.if ${OBJFORMAT} == "aout" && ${MACHINE_ARCH} == "i386" _libgnumalloc= libgnumalloc _libresolv= libresolv .endif |
