summaryrefslogtreecommitdiffstats
path: root/tools/nlmtest/Makefile
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2005-12-20 05:19:23 +0000
committerneilbrown <neilbrown>2005-12-20 05:19:23 +0000
commitbdbc60fa30f8aaaf61f4958c84d0ff3ca85c6149 (patch)
tree52af51126c8530d5096fda3a70b99ce4c6e19381 /tools/nlmtest/Makefile
parent83b193255274fdb03a78d7f61ffe8a5b816d1a2b (diff)
downloadnfs-utils-bdbc60fa30f8aaaf61f4958c84d0ff3ca85c6149.tar.gz
nfs-utils-bdbc60fa30f8aaaf61f4958c84d0ff3ca85c6149.tar.xz
nfs-utils-bdbc60fa30f8aaaf61f4958c84d0ff3ca85c6149.zip
Remove all the Makefiles
Diffstat (limited to 'tools/nlmtest/Makefile')
-rw-r--r--tools/nlmtest/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/tools/nlmtest/Makefile b/tools/nlmtest/Makefile
deleted file mode 100644
index 0df9f32..0000000
--- a/tools/nlmtest/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-#
-# nlmtest Exercise some NLM calls to test the lockd server.
-#
-
-TOP = ../../
-TOOL = nlmtest
-SRCS = $(RPCSRCS) nlmtest.c
-OBJS = $(SRCS:.c=.o)
-
-RPCSRCS = nlm_prot_clnt.c nlm_prot_xdr.c
-RPCHDRS = nlm_prot.h
-
-#LIBS = -lnfs
-
-include $(TOP)rules.mk
-
-install::
- @:
-
-$(RPCHDRS) $(RPCSRCS): nlm_prot.x
- $(RM) $(RPCHDRS) $(RPCSRCS)
- $(RPCGEN) -h -o nlm_prot.h $<
- $(RPCGEN) -l -o nlm_prot_clnt.c $<
- $(RPCGEN) -c -o nlm_prot_xdr.c $<
-
-clean distclean::
- $(RM) $(RPCHDRS) $(RPCSRCS)