projects
/
nfs-utils.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b5fa14a50cb2f6a54f520f01d54eea793af9fdba
[nfs-utils.git]
/
support
/
lib
/
Makefile
1
2
include $(TOP)rules.mk
3
4
LIBS = libnfs.a libexport.a
5
6
all install:: $(LIBS)
7
@:
8
9
clean distclean::
10
rm -f $(LIBS)
11
12
lib%.a:
13
ln -sf ../$*/$@ .