diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2019-03-06 20:13:02 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2019-03-06 20:13:02 +0000 |
| commit | e91609a771dd0fbbe0df5ae4ccbb4df3e18c62c5 (patch) | |
| tree | e2fd74a191f769c01371f736e3bf6fa6f2ec3f56 /gnu/usr.bin/binutils/Makefile | |
| parent | bfdf8aa9f7baa5371cd0bad60d3f367023ac797b (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/Makefile')
| -rw-r--r-- | gnu/usr.bin/binutils/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile index 191a8ad3d5c17..619454250ed84 100644 --- a/gnu/usr.bin/binutils/Makefile +++ b/gnu/usr.bin/binutils/Makefile @@ -2,18 +2,19 @@ .include <src.opts.mk> -SUBDIR= doc\ - libiberty \ +SUBDIR= libiberty \ libbfd \ - libopcodes \ - libbinutils \ - as \ - objdump + libopcodes + +SUBDIR.${MK_BINUTILS}+= doc +SUBDIR.${MK_BINUTILS}+= libbinutils +SUBDIR.${MK_BINUTILS}+= as +SUBDIR.${MK_BINUTILS}+= objdump # When we use ld.lld as /usr/bin/ld, do not install the non-ifunc-capable # GNU binutils 2.17.50 ld. .if ${MK_LLD_IS_LD} == "no" -SUBDIR+=ld +SUBDIR.${MK_BINUTILS}+=ld .endif SUBDIR_DEPEND_libbinutils=libbfd # for bfdver.h |
