1
2.include <src.opts.mk>
3.include "${SRCTOP}/secure/ssh.mk"
4
5PROG=	ssh-pkcs11-helper
6SRCS=	ssh-pkcs11.c ssh-pkcs11-helper.c
7MAN=	ssh-pkcs11-helper.8
8
9LIBADD=	ssh
10
11.if ${MK_LDNS} != "no"
12CFLAGS+=	-DHAVE_LDNS=1
13#DPADD+=	${LIBLDNS}
14#LDADD+=	-lldns
15.endif
16
17LIBADD+=	crypto
18
19.include <bsd.prog.mk>
20
21.PATH:	${SSHDIR}
22