From e130c2317c694dad02eea7b9d4b53f3c05e643c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Wed, 10 Mar 2010 11:05:31 +0000 Subject: [PATCH] Forgot to svn add the Makefile. --- secure/libexec/ssh-pkcs11-helper/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 secure/libexec/ssh-pkcs11-helper/Makefile diff --git a/secure/libexec/ssh-pkcs11-helper/Makefile b/secure/libexec/ssh-pkcs11-helper/Makefile new file mode 100644 index 000000000000..f575a08afead --- /dev/null +++ b/secure/libexec/ssh-pkcs11-helper/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +PROG= ssh-pkcs11-helper +SRCS= ssh-pkcs11.c ssh-pkcs11-helper.c +SRCS+= roaming_dummy.c +MAN= ssh-pkcs11-helper.8 +CFLAGS+=-I${SSHDIR} -include ssh_namespace.h + +DPADD= ${LIBSSH} ${LIBCRYPT} ${LIBCRYPTO} ${LIBZ} +LDADD= -lssh -lcrypt -lcrypto -lz + +.include + +.PATH: ${SSHDIR} + +${OBJS} ${POBJS} ${SOBJS}: ssh_namespace.h