summaryrefslogtreecommitdiffstats
path: root/support/lib/Makefile
blob: 2eeb93bba8780235b8cd5612e4088f3678165755 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

include	$(TOP)rules.mk

LIBS	= libnfs.a libexport.a libmisc.a

all install::	$(LIBS)
	@:

clean distclean::
	rm -f $(LIBS)

lib%.a:
	ln -sf ../$*/$@ .