summaryrefslogtreecommitdiffstats
path: root/kerberos5/lib/libgssapi/Makefile
blob: 75a02df1af1dd7769f8956601c3a4da710856b87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# $FreeBSD$

LIB=	gssapi
CFLAGS+=-I${KRB5DIR}/lib/gssapi	\
	-I${KRB5DIR}/lib/krb5   \
	-I${KRB5DIR}/lib/asn1	\
	-I${KRB5DIR}/lib/roken  \
	-I${KRB5DIR}/lib/des	\
	-I${KRB5DIR}/include	\
	-I${ASN1OBJDIR}

SRCS=				\
	8003.c			\
	accept_sec_context.c	\
	acquire_cred.c		\
	add_oid_set_member.c	\
	canonicalize_name.c	\
	compare_name.c		\
	context_time.c		\
	copy_ccache.c		\
	create_emtpy_oid_set.c	\
	decapsulate.c		\
	delete_sec_context.c	\
	display_name.c		\
	display_status.c	\
	duplicate_name.c	\
	encapsulate.c		\
	export_sec_context.c	\
	export_name.c		\
	external.c		\
	get_mic.c		\
	gssapi.h		\
	gssapi_locl.h		\
	import_name.c		\
	import_sec_context.c	\
	indicate_mechs.c	\
	init.c			\
	init_sec_context.c	\
	inquire_context.c	\
	inquire_cred.c		\
	release_buffer.c	\
	release_cred.c		\
	release_name.c		\
	release_oid_set.c	\
	test_oid_set_member.c	\
	unwrap.c		\
	v1.c			\
	verify_mic.c		\
        wrap.c                  \
        address_to_krb5addr.c

INCLUDES=${KRB5DIR}/lib/gssapi/gssapi.h

.include <bsd.lib.mk>

.PATH:		${KRB5DIR}/lib/gssapi
OpenPOWER on IntegriCloud