mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 15:19:31 -04:00
11 lines
208 B
Makefile
11 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
|