summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-add
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1999-10-04 20:56:28 +0000
committerderaadt <deraadt@openbsd.org>1999-10-04 20:56:28 +0000
commit1e11c2e64a61222ca767901621cfde614077a9d5 (patch)
treec90e5126775fbb43ad26feb273130ecd4c25e589 /usr.bin/ssh/ssh-add
parentnuked minfd. sigh. hope this is the last one. (diff)
downloadwireguard-openbsd-1e11c2e64a61222ca767901621cfde614077a9d5.tar.xz
wireguard-openbsd-1e11c2e64a61222ca767901621cfde614077a9d5.zip
more shrinking
Diffstat (limited to 'usr.bin/ssh/ssh-add')
-rw-r--r--usr.bin/ssh/ssh-add/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-add/Makefile b/usr.bin/ssh/ssh-add/Makefile
index f05438c90ad..996d2075f73 100644
--- a/usr.bin/ssh/ssh-add/Makefile
+++ b/usr.bin/ssh/ssh-add/Makefile
@@ -8,8 +8,7 @@ LDADD= -lcrypto -lutil -lz
DPADD= ${LIBCRYPTO} ${LIBDES} ${LIBUTIL} ${LIBZ}
MAN= ssh-add.1
-SRCS= ssh-add.c log-client.c readpass.c rsa.c buffer.c \
- xmalloc.c bufaux.c authfd.c authfile.c crc32.c match.c \
- mpaux.c cipher.c compress.c
+SRCS= ssh-add.c log-client.c readpass.c rsa.c buffer.c xmalloc.c \
+ bufaux.c authfd.c authfile.c mpaux.c cipher.c
.include <bsd.prog.mk>