diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-05-04 21:13:50 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-05-04 21:13:50 +0000 |
| commit | bb91c76f5071f091fb55e46cd62558650c8a5280 (patch) | |
| tree | 268d5b89c386c582728d2e6fd0de4269586559bf /gnu/usr.bin/binutils | |
| parent | dd67e6bff74468fc4e7c3435be9242e8ca5cedd5 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils')
| -rw-r--r-- | gnu/usr.bin/binutils/Makefile.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.inc b/gnu/usr.bin/binutils/Makefile.inc index e95f8eba4d11..9fd5eb0fca63 100644 --- a/gnu/usr.bin/binutils/Makefile.inc +++ b/gnu/usr.bin/binutils/Makefile.inc @@ -1,5 +1,9 @@ # -# $Id$ +# $Id: Makefile.inc,v 1.1.1.1 1998/03/01 23:40:47 jdp Exp $ # +.if ${MACHINE_ARCH} == "i386" +BINDIR?= /usr/libexec/elf +.else BINDIR?= /usr/bin +.endif |
