summaryrefslogtreecommitdiffstats
path: root/tools/nlmtest/Makefile
diff options
context:
space:
mode:
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)