]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - support/lib/Makefile
Remove all the Makefiles
[nfs-utils.git] / support / lib / Makefile
diff --git a/support/lib/Makefile b/support/lib/Makefile
deleted file mode 100644 (file)
index 43a7ab7..0000000
+++ /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 ../$*/$@ .