blob: 48fd0cdf1f8302e1f6b4c7da830f7c05bb9e1da4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
## Process this file with automake to produce Makefile.in
OPTDIRS =
if CONFIG_RPCGEN
OPTDIRS += rpcgen
endif
OPTDIRS += nfsconf
if CONFIG_NFSDCLD
OPTDIRS += nfsdclddb
endif
if CONFIG_NFSRAHEAD
OPTDIRS += nfsrahead
endif
SUBDIRS = locktest rpcdebug nlmtest mountstats nfs-iostat rpcctl nfsdclnts $(OPTDIRS)
MAINTAINERCLEANFILES = Makefile.in
|