summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-03-13 19:34:40 +0000
committerjb <jb@FreeBSD.org>1998-03-13 19:34:40 +0000
commit47cf5137be77b27bdfd14c75cf8d5d493dcfe6e9 (patch)
tree79fbffca238cf7ff2de92118b7f0288f895f6799
parentf874b751f467611e7d0c4b63df45ec29d0e59449 (diff)
downloadFreeBSD-src-47cf5137be77b27bdfd14c75cf8d5d493dcfe6e9.zip
FreeBSD-src-47cf5137be77b27bdfd14c75cf8d5d493dcfe6e9.tar.gz
Add binutils if BINFORMAT is elf. This is needed for alpha, and it
works on i386, but is still disabled until you set BINFORMAT.
-rw-r--r--gnu/usr.bin/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index 0bf53f9..d03b31a 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -1,15 +1,19 @@
-# $Id: Makefile,v 1.37 1998/02/19 09:34:59 jb Exp $
+# $Id: Makefile,v 1.38 1998/02/20 16:14:37 jkh Exp $
SUBDIR= bc bison cc cpio cvs dc dialog diff diff3 genclass gperf \
grep gzip man patch ptx rcs sdiff send-pr \
sort tar texinfo
+.if ${BINFORMAT} == "elf"
+SUBDIR+= binutils
+.endif
+
.if ${MACHINE_ARCH} == "i386"
SUBDIR+=as awk gdb groff ld
-.endif
.if !defined(NOPERL) && exists(${.CURDIR}/perl)
SUBDIR+=perl
.endif
+.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud