
- crypto/external/bsd/heimdal - crypto/external/bsd/libsaslc - crypto/external/bsd/netpgp - crypto/external/bsd/openssl Change-Id: I91dbf05f33e637edf5b9bb408d5baddd7ba8cf75
28 lines
594 B
Makefile
28 lines
594 B
Makefile
# $NetBSD: Makefile,v 1.2 2013/09/11 23:04:09 joerg Exp $
|
|
|
|
USE_FORT?= yes # cryptographic software
|
|
|
|
NOLINT=
|
|
|
|
.include <bsd.own.mk>
|
|
.include <${.CURDIR}/../../Makefile.inc>
|
|
|
|
.PATH: ${HEIMDIST}/lib/ntlm ${HEIMBASE}/include
|
|
|
|
LIB= heimntlm
|
|
|
|
LIBDPLIBS+= asn1 ${.CURDIR}/../libasn1 \
|
|
com_err ${.CURDIR}/../libcom_err \
|
|
crypto ${SSLBASE}/lib/libcrypto \
|
|
krb5 ${.CURDIR}/../libkrb5 \
|
|
roken ${.CURDIR}/../libroken
|
|
|
|
HEIMSRCS= ntlm_err.et ntlm.c
|
|
|
|
INCS= heimntlm.h heimntlm-protos.h ${COMPILE_ET_INCS}
|
|
|
|
INCSDIR= /usr/include/krb5
|
|
|
|
.include <${HEIMBASE}/Makefile.rules.inc>
|
|
.include <bsd.lib.mk>
|