2010-03-10 06:05:31 -05:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2014-05-06 00:22:01 -04:00
|
|
|
.include <src.opts.mk>
|
2013-09-10 18:26:11 -04:00
|
|
|
|
2010-03-10 06:05:31 -05:00
|
|
|
PROG= ssh-pkcs11-helper
|
|
|
|
|
SRCS= ssh-pkcs11.c ssh-pkcs11-helper.c
|
|
|
|
|
MAN= ssh-pkcs11-helper.8
|
|
|
|
|
CFLAGS+=-I${SSHDIR} -include ssh_namespace.h
|
2015-12-07 11:08:09 -05:00
|
|
|
SRCS+= ssh_namespace.h
|
2010-03-10 06:05:31 -05:00
|
|
|
|
2014-11-25 16:18:18 -05:00
|
|
|
LIBADD= ssh
|
2010-03-10 06:05:31 -05:00
|
|
|
|
2013-09-10 18:26:11 -04:00
|
|
|
.if ${MK_LDNS} != "no"
|
|
|
|
|
CFLAGS+= -DHAVE_LDNS=1
|
|
|
|
|
#DPADD+= ${LIBLDNS}
|
|
|
|
|
#LDADD+= -lldns
|
|
|
|
|
.endif
|
|
|
|
|
|
2014-11-25 17:25:13 -05:00
|
|
|
LIBADD+= crypto
|
2013-09-10 18:26:11 -04:00
|
|
|
|
2010-03-10 06:05:31 -05:00
|
|
|
.include <bsd.prog.mk>
|
|
|
|
|
|
|
|
|
|
.PATH: ${SSHDIR}
|