summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-add
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-10-04 20:56:29 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-10-04 20:56:29 +0000
commitd28da08ec2e33280ee1e3ff202f9a976d78aeb58 (patch)
tree0c6bb4e93b368b25754290e33f7532bae2cb379a /usr.bin/ssh/ssh-add
parentaaa275fdd8b448633ba46d6c0a27d54af063d24f (diff)
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>