diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2017-01-27 21:14:42 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2017-01-27 21:14:42 +0000 |
| commit | ca4fe588bb061779810c92fc5160f32a63e2990a (patch) | |
| tree | 1556469211b2119324c372bfa61feaaf234742bb /tools | |
| parent | d63b10f0900b2b3e589f93edba42593e0f475587 (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 25583709b0be..63fe98cb7b3b 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 |
