summaryrefslogtreecommitdiffstats
path: root/support/lib
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2005-12-20 05:19:23 +0000
committerneilbrown <neilbrown>2005-12-20 05:19:23 +0000
commitbdbc60fa30f8aaaf61f4958c84d0ff3ca85c6149 (patch)
tree52af51126c8530d5096fda3a70b99ce4c6e19381 /support/lib
parent83b193255274fdb03a78d7f61ffe8a5b816d1a2b (diff)
Remove all the Makefiles
Diffstat (limited to 'support/lib')
-rw-r--r--support/lib/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/support/lib/Makefile b/support/lib/Makefile
deleted file mode 100644
index 43a7ab7..0000000
--- a/support/lib/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-
-TOP = ../../
-include $(TOP)rules.mk
-
-LIBS = libnfs.a libexport.a libmisc.a librpc.a libgssapi.a
-
-all install:: $(LIBS)
- @:
-
-clean distclean::
- rm -f $(LIBS)
-
-lib%.a:
- ln -sf ../$*/$@ .