1*ebfedea0SLionel Sambuc# $NetBSD: Makefile,v 1.2 2013/09/11 23:04:09 joerg Exp $ 2*ebfedea0SLionel Sambuc 3*ebfedea0SLionel SambucUSE_FORT?= yes # cryptographic software 4*ebfedea0SLionel Sambuc 5*ebfedea0SLionel SambucNOLINT= 6*ebfedea0SLionel Sambuc 7*ebfedea0SLionel Sambuc.include <bsd.own.mk> 8*ebfedea0SLionel Sambuc.include <${.CURDIR}/../../Makefile.inc> 9*ebfedea0SLionel Sambuc 10*ebfedea0SLionel Sambuc.PATH: ${HEIMDIST}/lib/ntlm ${HEIMBASE}/include 11*ebfedea0SLionel Sambuc 12*ebfedea0SLionel SambucLIB= heimntlm 13*ebfedea0SLionel Sambuc 14*ebfedea0SLionel SambucLIBDPLIBS+= asn1 ${.CURDIR}/../libasn1 \ 15*ebfedea0SLionel Sambuc com_err ${.CURDIR}/../libcom_err \ 16*ebfedea0SLionel Sambuc crypto ${SSLBASE}/lib/libcrypto \ 17*ebfedea0SLionel Sambuc krb5 ${.CURDIR}/../libkrb5 \ 18*ebfedea0SLionel Sambuc roken ${.CURDIR}/../libroken 19*ebfedea0SLionel Sambuc 20*ebfedea0SLionel SambucHEIMSRCS= ntlm_err.et ntlm.c 21*ebfedea0SLionel Sambuc 22*ebfedea0SLionel SambucINCS= heimntlm.h heimntlm-protos.h ${COMPILE_ET_INCS} 23*ebfedea0SLionel Sambuc 24*ebfedea0SLionel SambucINCSDIR= /usr/include/krb5 25*ebfedea0SLionel Sambuc 26*ebfedea0SLionel Sambuc.include <${HEIMBASE}/Makefile.rules.inc> 27*ebfedea0SLionel Sambuc.include <bsd.lib.mk> 28