diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2015-08-13 17:50:47 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2015-08-13 17:50:47 +0000 |
| commit | 1bc28ffccda2cc2becfd71662bd12d24b456bfcb (patch) | |
| tree | 553e43b7022ace7cc459cdf9ed42281d086839e7 /lib/Makefile | |
| parent | d3c2497caba3d63ccf1f8280ab2e37cfa3856dfc (diff) | |
Notes
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index d17cb5d25cd1..031c1b46bde6 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -182,7 +182,7 @@ _clang= clang _cuse= libcuse .endif -.if ${MK_ELFTOOLCHAIN_TOOLS} != "no" +.if ${MK_TOOLCHAIN} != "no" _libelftc= libelftc .endif |
