blob: f2ce28297031777dff249d407f4f94990e496c66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
## Process this file with automake to produce Makefile.in
OPTDIRS =
if CONFIG_RPCGEN
OPTDIRS += rpcgen
endif
SUBDIRS = locktest rpcdebug nlmtest mountstats nfs-iostat $(OPTDIRS)
MAINTAINERCLEANFILES = Makefile.in
|