X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Flib%2FMakefile;fp=support%2Flib%2FMakefile;h=0000000000000000000000000000000000000000;hp=43a7ab7c6dc848c042967c11099c52a7be9771fa;hb=bdbc60fa30f8aaaf61f4958c84d0ff3ca85c6149;hpb=83b193255274fdb03a78d7f61ffe8a5b816d1a2b 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 ../$*/$@ .