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=d678075f504611f01521815c59d4df03e6f95c17;hp=0000000000000000000000000000000000000000;hb=f1bfe0916c04d93de7a4fae5315fff6e4ccac23f;hpb=981d25a37fe4a71eddd162672a658da223453985 diff --git a/support/rpc/Makefile b/support/rpc/Makefile new file mode 100644 index 0000000..d678075 --- /dev/null +++ b/support/rpc/Makefile @@ -0,0 +1,18 @@ +# +# librpc.a +# rpc library with rpcsec_gss +# + +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:: + @: