summaryrefslogtreecommitdiff
path: root/libnsl
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-10-19 20:19:47 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-10-19 20:19:47 +0000
commit5e48b8b628e885ffd0772c991a6efa5a74946b9e (patch)
tree623d69ed093dd0e5ac75a75f50018b991734b513 /libnsl
parentb6cfa5f080db02f4e7426457511278d3e2d96d67 (diff)
Add the current implementation to review
Diffstat (limited to 'libnsl')
-rw-r--r--libnsl/Makefile.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/libnsl/Makefile.in b/libnsl/Makefile.in
new file mode 100644
index 000000000..678e4c530
--- /dev/null
+++ b/libnsl/Makefile.in
@@ -0,0 +1,16 @@
+# Makefile.in for uClibc
+#
+# Licensed under LGPL v2.1, see the file COPYING.LIB in this tarball for details.
+#
+
+CFLAGS+=$(SSP_ALL_CFLAGS)
+
+LIB_NAME:=libnsl
+
+srcdir=$(top_srcdir)$(LIB_NAME)
+
+libso-y+=$(top_builddir)lib/$(LIB_NAME).so
+liba-y+=$(top_builddir)lib/$(LIB_NAME).a
+libclean-y+=$(LIB_NAME)_clean
+
+include $(top_srcdir)Makefile.libs