]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - secure/libexec/ssh-pkcs11-helper/Makefile
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
[FreeBSD/FreeBSD.git] / secure / libexec / ssh-pkcs11-helper / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 PROG=   ssh-pkcs11-helper
6 SRCS=   ssh-pkcs11.c ssh-pkcs11-helper.c
7 MAN=    ssh-pkcs11-helper.8
8 CFLAGS+=-I${SSHDIR} -include ssh_namespace.h
9 SRCS+=  ssh_namespace.h
10
11 LIBADD= ssh
12
13 .if ${MK_LDNS} != "no"
14 CFLAGS+=        -DHAVE_LDNS=1
15 #DPADD+=        ${LIBLDNS}
16 #LDADD+=        -lldns
17 .endif
18
19 LIBADD+=        crypto
20
21 .include <bsd.prog.mk>
22
23 .PATH:  ${SSHDIR}