Deleted Added
full compact
Makefile (197995) Makefile (225778)
1# $FreeBSD: head/kerberos5/lib/libgssapi_spnego/Makefile 197995 2009-10-12 17:10:51Z bland $
1# $FreeBSD: head/kerberos5/lib/libgssapi_spnego/Makefile 225778 2011-09-27 07:14:12Z stas $
2
3LIB= gssapi_spnego
2
3LIB= gssapi_spnego
4LDFLAGS= -Wl,-Bsymbolic
5LDADD= -lgssapi -lasn1
6DPADD= ${LIBGSSAPI} ${LIBASN1}
4LDFLAGS= -Wl,-Bsymbolic -Wl,--no-undefined
5LDADD= -lgssapi -lasn1 -lroken
6DPADD= ${LIBGSSAPI} ${LIBASN1} ${LIBROKEN}
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 \
14 prefix.c \

--- 34 unchanged lines hidden ---
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 \
14 prefix.c \

--- 34 unchanged lines hidden ---