]> git.decadent.org.uk Git - nfs-utils.git/blob - support/lib/Makefile
Added list mounted nfs filesystems (-m) option
[nfs-utils.git] / support / lib / Makefile
1
2 TOP     = ../../
3 include $(TOP)rules.mk
4
5 LIBS    = libnfs.a libexport.a libmisc.a librpc.a libgssapi.a
6
7 all install::   $(LIBS)
8         @:
9
10 clean distclean::
11         rm -f $(LIBS)
12
13 lib%.a:
14         ln -sf ../$*/$@ .