]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - support/rpc/Makefile
Remove the rpcsec_gss code and rely on an external library instead.
[nfs-utils.git] / support / rpc / Makefile
diff --git a/support/rpc/Makefile b/support/rpc/Makefile
deleted file mode 100644 (file)
index 41a4e66..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# librpc.a
-# rpc library with rpcsec_gss
-#
-TOP    = ../../
-LIBNAME        = librpc.a
-SRCS   = auth_gss.c authgss_prot.c svc.c svc_run.c svc_auth.c \
-         svc_auth_none.c svc_auth_unix.c svc_auth_gss.c \
-         svc_raw.c svc_simple.c svc_tcp.c svc_udp.c \
-         rpc_commondata.c
-OBJS   = $(SRCS:.c=.o)
-
-include $(TOP)rules.mk
-
-CFLAGS += -I$(TOP)support/rpc/include -DDEBUG
-
-install::
-       @: