]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - secure/libexec/ssh-keysign/Makefile
Optionally bind ktls threads to NUMA domains
[FreeBSD/FreeBSD.git] / secure / libexec / ssh-keysign / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 PROG=   ssh-keysign
6 SRCS=   ssh-keysign.c readconf.c uidswap.c
7 MAN=    ssh-keysign.8
8 CFLAGS+=-I${SSHDIR} -include ssh_namespace.h
9 SRCS+=  ssh_namespace.h
10 BINMODE=4555
11
12 LIBADD= ssh
13
14 .if ${MK_LDNS} != "no"
15 CFLAGS+=        -DHAVE_LDNS=1
16 #DPADD+=        ${LIBLDNS}
17 #LDADD+=        -lldns
18 .endif
19
20 LIBADD+=        crypto
21
22 .include <bsd.prog.mk>
23
24 .PATH:  ${SSHDIR}