summaryrefslogtreecommitdiffstats
path: root/support/lib
diff options
context:
space:
mode:
Diffstat (limited to 'support/lib')
-rw-r--r--support/lib/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/support/lib/Makefile b/support/lib/Makefile
new file mode 100644
index 0000000..b5fa14a
--- /dev/null
+++ b/support/lib/Makefile
@@ -0,0 +1,13 @@
+
+include $(TOP)rules.mk
+
+LIBS = libnfs.a libexport.a
+
+all install:: $(LIBS)
+ @:
+
+clean distclean::
+ rm -f $(LIBS)
+
+lib%.a:
+ ln -sf ../$*/$@ .