33f1219925
all non-style changes made by heimdal to our own libgssapi.
12 lines
208 B
Makefile
12 lines
208 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= heimntlm
|
|
SRCS= ntlm.c
|
|
INCS= heimntlm.h heimntlm-protos.h
|
|
CFLAGS+=-I${KRB5DIR}/lib/ntlm
|
|
VERSION_MAP= ${KRB5DIR}/lib/ntlm/version-script.map
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
.PATH: ${KRB5DIR}/lib/ntlm
|