diff options
Diffstat (limited to 'libiconv/Makefile')
-rw-r--r-- | libiconv/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libiconv/Makefile b/libiconv/Makefile new file mode 100644 index 000000000..1ffc16ee3 --- /dev/null +++ b/libiconv/Makefile @@ -0,0 +1,9 @@ +# Makefile for uClibc-ng +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. + +top_srcdir=../ +top_builddir=../ +include $(top_builddir)Rules.mak +all: libs +include Makefile.in +include $(top_srcdir)Makerules |