]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - tools/nlmtest/Makefile
Remove all the Makefiles
[nfs-utils.git] / tools / nlmtest / Makefile
diff --git a/tools/nlmtest/Makefile b/tools/nlmtest/Makefile
deleted file mode 100644 (file)
index 0df9f32..0000000
+++ /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)