diff options
author | 1999-10-04 20:56:28 +0000 | |
---|---|---|
committer | 1999-10-04 20:56:28 +0000 | |
commit | 1e11c2e64a61222ca767901621cfde614077a9d5 (patch) | |
tree | c90e5126775fbb43ad26feb273130ecd4c25e589 /usr.bin/ssh/ssh-agent | |
parent | nuked minfd. sigh. hope this is the last one. (diff) | |
download | wireguard-openbsd-1e11c2e64a61222ca767901621cfde614077a9d5.tar.xz wireguard-openbsd-1e11c2e64a61222ca767901621cfde614077a9d5.zip |
more shrinking
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 cc813ec15e8..2dedb18cbcf 100644 --- a/usr.bin/ssh/ssh-agent/Makefile +++ b/usr.bin/ssh/ssh-agent/Makefile @@ -8,8 +8,7 @@ LDADD= -lcrypto -lutil -lz DPADD= ${LIBCRYPTO} ${LIBDES} ${LIBUTIL} ${LIBZ} MAN= ssh-agent.1 -SRCS= ssh-agent.c log-client.c rsa.c buffer.c \ - xmalloc.c bufaux.c authfd.c authfile.c \ - mpaux.c crc32.c match.c cipher.c compress.c +SRCS= ssh-agent.c log-client.c rsa.c buffer.c xmalloc.c bufaux.c \ + authfd.c authfile.c mpaux.c cipher.c .include <bsd.prog.mk> |