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