]> git.decadent.org.uk Git - nfs-utils.git/blob - support/lib/Makefile
Support --ha-callout for high-availability callouts
[nfs-utils.git] / support / lib / Makefile
1
2 include $(TOP)rules.mk
3
4 LIBS    = libnfs.a libexport.a libmisc.a
5
6 all install::   $(LIBS)
7         @:
8
9 clean distclean::
10         rm -f $(LIBS)
11
12 lib%.a:
13         ln -sf ../$*/$@ .