svn commit: r204948 - head/secure/libexec/ssh-pkcs11-helper

Dag-Erling Smorgrav des at FreeBSD.org
Wed Mar 10 11:05:32 UTC 2010


Author: des
Date: Wed Mar 10 11:05:31 2010
New Revision: 204948
URL: http://svn.freebsd.org/changeset/base/204948

Log:
  Forgot to svn add the Makefile.

Added:
  head/secure/libexec/ssh-pkcs11-helper/Makefile   (contents, props changed)

Added: head/secure/libexec/ssh-pkcs11-helper/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/secure/libexec/ssh-pkcs11-helper/Makefile	Wed Mar 10 11:05:31 2010	(r204948)
@@ -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 <bsd.prog.mk>
+
+.PATH:	${SSHDIR}
+
+${OBJS} ${POBJS} ${SOBJS}: ssh_namespace.h


More information about the svn-src-head mailing list