diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2018-11-12 20:44:22 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2018-11-12 20:44:22 +0000 |
| commit | 7c807d770873fef87f7dec46d22301c66f050887 (patch) | |
| tree | c2b82365c54ccbfe6d3550716aa83ea8419cde99 /targets | |
| parent | 672b07ce30016dfa4da36c858c9a3395ac595895 (diff) | |
Notes
Diffstat (limited to 'targets')
| -rw-r--r-- | targets/pseudo/userland/lib/Makefile.depend | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/targets/pseudo/userland/lib/Makefile.depend b/targets/pseudo/userland/lib/Makefile.depend index 9f702cb53fc3c..2139d18204ca5 100644 --- a/targets/pseudo/userland/lib/Makefile.depend +++ b/targets/pseudo/userland/lib/Makefile.depend @@ -60,6 +60,7 @@ DIRDEPS = \ lib/libdevdctl \ lib/libdevinfo \ lib/libdevstat \ + lib/libdl \ lib/libdwarf \ lib/libedit/edit/readline \ lib/libelf \ @@ -214,10 +215,6 @@ DIRDEPS+= \ DIRDEPS+= stand/libsa32 .endif -.if defined(LINKER_FEATURES) && ${LINKER_FEATURES:Mfilter} -DIRDEPS+= lib/libdl -.endif - .if ${MK_NAND} != "no" DIRDEPS+= lib/libnandfs .endif |
