diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-10-04 20:56:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-10-04 20:56:29 +0000 |
commit | d28da08ec2e33280ee1e3ff202f9a976d78aeb58 (patch) | |
tree | 0c6bb4e93b368b25754290e33f7532bae2cb379a /usr.bin/ssh/ssh-add | |
parent | aaa275fdd8b448633ba46d6c0a27d54af063d24f (diff) |
more shrinking
Diffstat (limited to 'usr.bin/ssh/ssh-add')
-rw-r--r-- | usr.bin/ssh/ssh-add/Makefile | 5 |
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> |