X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Frpc%2FMakefile;fp=support%2Frpc%2FMakefile;h=0000000000000000000000000000000000000000;hp=41a4e66c81695b8c36be890576f13b15394ea262;hb=a1b7c0da9e73a607f4bc70ffe3b44b00f5d39938;hpb=1d0397894463e507e9f5d92442ac3b09e29310a3 diff --git a/support/rpc/Makefile b/support/rpc/Makefile deleted file mode 100644 index 41a4e66..0000000 --- a/support/rpc/Makefile +++ /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:: - @: