diff options
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index e6e3cf0..4fef1bb 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -37,6 +37,7 @@ SUBDIR_ORDERED= ${_csu} \ libcompiler_rt \ libcrypt \ libelf \ + ${_libiconv_modules} \ libkvm \ msun \ libmd \ @@ -156,6 +157,10 @@ _libgssapi= libgssapi _librpcsec_gss= librpcsec_gss .endif +.if ${MK_ICONV} != "no" +_libiconv_modules= libiconv_modules +.endif + .if ${MK_IPX} != "no" _libipx= libipx .endif |