summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-agent
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2001-06-26 17:40:44 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2001-06-26 17:40:44 +0000
commit5e7eff9fc8a3fd9846a18a7e95640bcfbdbde556 (patch)
treedaa6332c0e8a21f6d5ccf721914b936f06afb95f /usr.bin/ssh/ssh-agent
parent3ee985f50a49e1d30c019a6a437f9e2a4efc867e (diff)
add smartcard support to the makefiles (commented out);
the smartcard support is based on work by itoi@eecs.umich.edu
Diffstat (limited to 'usr.bin/ssh/ssh-agent')
-rw-r--r--usr.bin/ssh/ssh-agent/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh-agent/Makefile b/usr.bin/ssh/ssh-agent/Makefile
index 768a6564bd0..4f5131b1bfd 100644
--- a/usr.bin/ssh/ssh-agent/Makefile
+++ b/usr.bin/ssh/ssh-agent/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.19 2001/06/26 05:52:54 markus Exp $
+# $OpenBSD: Makefile,v 1.20 2001/06/26 17:40:42 markus Exp $
.PATH: ${.CURDIR}/..
@@ -16,3 +16,5 @@ SRCS= ssh-agent.c
LDADD+= -lcrypto
DPADD+= ${LIBCRYPTO}
+
+#LDADD+= -lsectok