diff options
author | 2010-02-09 08:55:31 +0000 | |
---|---|---|
committer | 2010-02-09 08:55:31 +0000 | |
commit | 55b8f34cc59620747eade5abf92a41086e892a2c (patch) | |
tree | 8d13a15a1c4b51b9ae4725750fab59babfb9563b /usr.bin/ssh/ssh-agent | |
parent | fix whitespace; from jmc@ (diff) | |
download | wireguard-openbsd-55b8f34cc59620747eade5abf92a41086e892a2c.tar.xz wireguard-openbsd-55b8f34cc59620747eade5abf92a41086e892a2c.zip |
enable PKCS#11 code; ok djm
Diffstat (limited to 'usr.bin/ssh/ssh-agent')
-rw-r--r-- | usr.bin/ssh/ssh-agent/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-agent/Makefile b/usr.bin/ssh/ssh-agent/Makefile index e02f440e465..98cf59e0da0 100644 --- a/usr.bin/ssh/ssh-agent/Makefile +++ b/usr.bin/ssh/ssh-agent/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2010/02/08 10:50:20 markus Exp $ +# $OpenBSD: Makefile,v 1.24 2010/02/09 08:55:31 markus Exp $ .PATH: ${.CURDIR}/.. @@ -11,8 +11,7 @@ BINMODE?=2555 BINDIR= /usr/bin MAN= ssh-agent.1 -SRCS= ssh-agent.c -#SRCS+= ssh-pkcs11-client.c +SRCS= ssh-agent.c ssh-pkcs11-client.c .include <bsd.prog.mk> |