summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorgmorris <gmorris>2005-04-12 15:16:12 +0000
committergmorris <gmorris>2005-04-12 15:16:12 +0000
commit078f5d46ad34f36cce257b3b8a970471a4b2b68b (patch)
tree298c8f7451fbcfb84a01caf0be31a4ac9e9fe822 /tools
parentca190b1a7e9a2b6d9ff99e9fd164a54583f46c75 (diff)
downloadnfs-utils-078f5d46ad34f36cce257b3b8a970471a4b2b68b.tar.gz
nfs-utils-078f5d46ad34f36cce257b3b8a970471a4b2b68b.tar.xz
nfs-utils-078f5d46ad34f36cce257b3b8a970471a4b2b68b.zip
Added TOP, as needed, for easier compile in subdirectories
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile1
-rw-r--r--tools/getiversion/Makefile1
-rw-r--r--tools/getkversion/Makefile1
-rw-r--r--tools/locktest/Makefile1
-rw-r--r--tools/nlmtest/Makefile1
-rw-r--r--tools/rpcdebug/Makefile1
-rw-r--r--tools/rpcgen/Makefile1
7 files changed, 7 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 0324877..7bfd84b 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -2,6 +2,7 @@
# Various debugging/testing tools
#
+TOP = ../
SUBDIRS = rpcgen getiversion getkversion rpcdebug locktest
# nlmtest doesn't work
diff --git a/tools/getiversion/Makefile b/tools/getiversion/Makefile
index 46c7150..e6c3244 100644
--- a/tools/getiversion/Makefile
+++ b/tools/getiversion/Makefile
@@ -2,6 +2,7 @@
# knfsd tools
#
+TOP = ../../
TOOL = getiversion
OBJS = getiversion.o
diff --git a/tools/getkversion/Makefile b/tools/getkversion/Makefile
index be813ad..c13f80e 100644
--- a/tools/getkversion/Makefile
+++ b/tools/getkversion/Makefile
@@ -3,6 +3,7 @@
# compiled.
#
+TOP = ../../
TOOL = getkversion
OBJS = getkversion.o
diff --git a/tools/locktest/Makefile b/tools/locktest/Makefile
index e18f0b1..d597228 100644
--- a/tools/locktest/Makefile
+++ b/tools/locktest/Makefile
@@ -2,6 +2,7 @@
# testlk - lock a file to test client side locking.
#
+TOP = ../../
TOOL = testlk
OBJS = testlk.o
diff --git a/tools/nlmtest/Makefile b/tools/nlmtest/Makefile
index 6f29afb..0df9f32 100644
--- a/tools/nlmtest/Makefile
+++ b/tools/nlmtest/Makefile
@@ -2,6 +2,7 @@
# nlmtest Exercise some NLM calls to test the lockd server.
#
+TOP = ../../
TOOL = nlmtest
SRCS = $(RPCSRCS) nlmtest.c
OBJS = $(SRCS:.c=.o)
diff --git a/tools/rpcdebug/Makefile b/tools/rpcdebug/Makefile
index 5dce56b..d313960 100644
--- a/tools/rpcdebug/Makefile
+++ b/tools/rpcdebug/Makefile
@@ -2,6 +2,7 @@
# knfsd tools
#
+TOP = ../../
TOOL = rpcdebug nfsdebug nfsddebug
OBJS = rpcdebug.o
diff --git a/tools/rpcgen/Makefile b/tools/rpcgen/Makefile
index a4e4d17..7dc13d3 100644
--- a/tools/rpcgen/Makefile
+++ b/tools/rpcgen/Makefile
@@ -38,6 +38,7 @@
# Copyright (C) 1987, Sun Microsystems, Inc.
#
+TOP = ../../
TOOL = rpcgen
OBJS = rpc_clntout.o rpc_cout.o rpc_hout.o rpc_main.o rpc_parse.o \
rpc_scan.o rpc_svcout.o rpc_tblout.o rpc_util.o rpc_sample.o