X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Fgssapi%2FMakefile;h=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hp=bc1464741ecf90a3739b2bef6ebda47628db4f89;hb=53c5bd65c74e032947d8fb5b140024be008aaa6b;hpb=a980156c122e975cc185a6c41ef705f166a5765f diff --git a/support/gssapi/Makefile b/support/gssapi/Makefile index bc14647..e69de29 100644 --- a/support/gssapi/Makefile +++ b/support/gssapi/Makefile @@ -1,24 +0,0 @@ -# -# libgssapi.a -# gssapi mechanism-switching layer -# -TOP = ../../ -LIBNAME = libgssapi.a -SRCS = g_accept_sec_context.c g_acquire_cred.c g_compare_name.c \ - g_context_time.c g_delete_sec_context.c g_dsp_name.c g_dsp_status.c \ - g_dup_name.c gen_oids.c g_exp_sec_context.c g_glue.c g_imp_name.c \ - g_imp_sec_context.c g_indicate_mechs.c g_initialize.c \ - g_init_sec_context.c g_inq_context.c g_inq_cred.c g_inq_names.c \ - g_mechname.c g_mit_krb5_mech.c g_oid_ops.c g_process_context.c \ - g_rel_buffer.c g_rel_cred.c g_rel_name.c g_rel_oid_set.c g_seal.c \ - g_sign.c gssd_pname_to_uid.c g_unseal.c g_verify.c oid_ops.c \ - g_set_allowable_enctypes.c - -OBJS = $(SRCS:.c=.o) - -include $(TOP)rules.mk - -CFLAGS += -DKRB5_VERSION=$(KRB5_VERSION) -I$(TOP)/support/include - -install:: - @: