diff options
author | John Birrell <jb@FreeBSD.org> | 1998-03-13 19:34:40 +0000 |
---|---|---|
committer | John Birrell <jb@FreeBSD.org> | 1998-03-13 19:34:40 +0000 |
commit | eb61a18ee7e4bb30aa71d86709513de606dcb242 (patch) | |
tree | fa8e4e2b87b915b6b93aba3c25eca611b305b115 /gnu/usr.bin/Makefile | |
parent | afe4dfa0500ed740af609d08ac027419f8d3e3fe (diff) | |
download | src-test2-eb61a18ee7e4bb30aa71d86709513de606dcb242.tar.gz src-test2-eb61a18ee7e4bb30aa71d86709513de606dcb242.zip |
Notes
Diffstat (limited to 'gnu/usr.bin/Makefile')
-rw-r--r-- | gnu/usr.bin/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 0bf53f98037f..d03b31abe356 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> |