]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - kerberos5/lib/libheimntlm/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / kerberos5 / lib / libheimntlm / Makefile
1 # $FreeBSD$
2
3 LIB=    heimntlm
4 SRCS=   ntlm.c
5 INCS=   heimntlm.h heimntlm-protos.h
6 CFLAGS+=-I${KRB5DIR}/lib/ntlm
7 VERSION_MAP= ${KRB5DIR}/lib/ntlm/version-script.map
8
9 .include <bsd.lib.mk>
10
11 .PATH: ${KRB5DIR}/lib/ntlm