summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-keygen/Makefile
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-keygen/Makefile
parentaaa275fdd8b448633ba46d6c0a27d54af063d24f (diff)
more shrinking
Diffstat (limited to 'usr.bin/ssh/ssh-keygen/Makefile')
-rw-r--r--usr.bin/ssh/ssh-keygen/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-keygen/Makefile b/usr.bin/ssh/ssh-keygen/Makefile
index 810f49f3ae5..5d07bf1edef 100644
--- a/usr.bin/ssh/ssh-keygen/Makefile
+++ b/usr.bin/ssh/ssh-keygen/Makefile
@@ -8,8 +8,7 @@ LDADD= -lcrypto -lutil -lz
DPADD= ${LIBCRYPTO} ${LIBDES} ${LIBUTIL} ${LIBZ}
MAN= ssh-keygen.1
-SRCS= ssh-keygen.c log-client.c readpass.c rsa.c \
- buffer.c xmalloc.c authfile.c mpaux.c bufaux.c \
- crc32.c match.c cipher.c compress.c
+SRCS= ssh-keygen.c log-client.c readpass.c rsa.c buffer.c \
+ xmalloc.c authfile.c mpaux.c bufaux.c cipher.c
.include <bsd.prog.mk>