]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - kerberos5/lib/libgssapi/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / kerberos5 / lib / libgssapi / Makefile
1 # $FreeBSD$
2
3 LIB=    gssapi_krb5
4 LDFLAGS= -Wl,-Bsymbolic
5 LDADD=  -lkrb5 -lcrypto -lroken -lasn1 -lcom_err -lcrypt
6 DPADD=  ${LIBKRB5} ${LIBCRYPTO} ${LIBROKEN} ${LIBASN1} ${LIBCOM_ERR} \
7         ${LIBCRYPT}
8
9 SRCS=   8003.c \
10         accept_sec_context.c \
11         acquire_cred.c \
12         add_cred.c \
13         add_oid_set_member.c \
14         address_to_krb5addr.c \
15         arcfour.c \
16         canonicalize_name.c \
17         compare_name.c \
18         compat.c \
19         context_time.c \
20         copy_ccache.c \
21         create_emtpy_oid_set.c \
22         decapsulate.c \
23         delete_sec_context.c \
24         display_name.c \
25         display_status.c \
26         duplicate_name.c \
27         encapsulate.c \
28         export_name.c \
29         export_sec_context.c \
30         external.c \
31         get_mic.c \
32         import_name.c \
33         import_sec_context.c \
34         indicate_mechs.c \
35         init.c \
36         init_sec_context.c \
37         inquire_context.c \
38         inquire_cred.c \
39         inquire_cred_by_mech.c \
40         inquire_mechs_for_name.c \
41         inquire_names_for_mech.c \
42         process_context_token.c \
43         release_buffer.c \
44         release_cred.c \
45         release_name.c \
46         release_oid_set.c \
47         test_oid_set_member.c \
48         unwrap.c \
49         v1.c \
50         verify_mic.c \
51         wrap.c
52
53 CFLAGS+=-I${KRB5DIR}/lib/gssapi -I${KRB5DIR}/lib/krb5 \
54         -I${KRB5DIR}/lib/asn1 -I${KRB5DIR}/lib/roken -I.
55
56 .include <bsd.lib.mk>
57
58 .PATH: ${KRB5DIR}/lib/gssapi