blob: dda2eeba50e96e949f5decfd221d3d6d9118370b (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- nfs-utils-1.3.0.orig/tools/Makefile.am 2014-03-25 16:12:07.000000000 +0100
+++ nfs-utils-1.3.0/tools/Makefile.am 2014-05-13 21:09:39.000000000 +0200
@@ -6,6 +6,6 @@ if CONFIG_RPCGEN
OPTDIRS += rpcgen
endif
-SUBDIRS = locktest rpcdebug nlmtest mountstats nfs-iostat $(OPTDIRS)
+SUBDIRS = $(OPTDIRS)
MAINTAINERCLEANFILES = Makefile.in
|