diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2017-01-27 21:18:23 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2017-01-27 21:18:23 +0000 |
| commit | 2dd1186c7e1249993053bbb35dc0acc716c148f4 (patch) | |
| tree | a0b4b52af4d182b6ec8ffea731103f5cc7624866 /tools | |
| parent | da5320b9d0e944b193833b83d00793e30ae05d78 (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 13d327b9770b..166998a7a2d4 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -221,7 +221,7 @@ OLD_DIRS+=usr/share/examples/bhyve .if ${MK_BINUTILS} == no OLD_FILES+=usr/bin/as -.if ${MK_LLD_AS_LD} == no +.if ${MK_LLD_IS_LD} == no OLD_FILES+=usr/bin/ld .endif OLD_FILES+=usr/bin/ld.bfd |
