freebsd-nq/secure/libexec/ssh-pkcs11-helper/Makefile

24 lines
355 B
Makefile
Raw Normal View History

2010-03-10 11:05:31 +00:00
# $FreeBSD$
.include <src.opts.mk>
2010-03-10 11:05:31 +00: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
SRCS+= ssh_namespace.h
2010-03-10 11:05:31 +00:00
2014-11-25 21:18:18 +00:00
LIBADD= ssh
2010-03-10 11:05:31 +00:00
.if ${MK_LDNS} != "no"
CFLAGS+= -DHAVE_LDNS=1
#DPADD+= ${LIBLDNS}
#LDADD+= -lldns
.endif
LIBADD+= crypto
2010-03-10 11:05:31 +00:00
.include <bsd.prog.mk>
.PATH: ${SSHDIR}