mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 22:29:21 -04:00
26 lines
527 B
Makefile
26 lines
527 B
Makefile
# $NetBSD: Makefile,v 1.1 2011/04/13 19:16:51 elric 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 \
|
|
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>
|