Deleted Added
full compact
Makefile (264774) Makefile (275022)
1# $FreeBSD: head/kerberos5/lib/libgssapi_spnego/Makefile 264774 2014-04-22 20:37:07Z emaste $
1# $FreeBSD: head/kerberos5/lib/libgssapi_spnego/Makefile 275022 2014-11-25 09:57:42Z bapt $
2
3LIB= gssapi_spnego
4LDFLAGS= -Wl,-Bsymbolic -Wl,--no-undefined
2
3LIB= gssapi_spnego
4LDFLAGS= -Wl,-Bsymbolic -Wl,--no-undefined
5LDADD= -lgssapi -lheimbase -lasn1 -lroken
6DPADD= ${LIBGSSAPI} ${LIBHEIMBASE} ${LIBASN1} ${LIBROKEN}
5LIBADD= gssapi heimbase asn1 roken
7SHLIB_MAJOR= 10
8
9SRCS= accept_sec_context.c \
10 compat.c \
11 context_stubs.c \
12 cred_stubs.c \
13 external.c \
14 init_sec_context.c \

--- 44 unchanged lines hidden ---
6SHLIB_MAJOR= 10
7
8SRCS= accept_sec_context.c \
9 compat.c \
10 context_stubs.c \
11 cred_stubs.c \
12 external.c \
13 init_sec_context.c \

--- 44 unchanged lines hidden ---