aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/lib/Makefile')
-rw-r--r--crypto/openssh/lib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/openssh/lib/Makefile b/crypto/openssh/lib/Makefile
index 4bbe22216e22..396186ba94aa 100644
--- a/crypto/openssh/lib/Makefile
+++ b/crypto/openssh/lib/Makefile
@@ -5,7 +5,8 @@ SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \
cipher.c compat.c compress.c crc32.c deattack.c \
hostfile.c log.c match.c mpaux.c nchan.c packet.c readpass.c \
rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c \
- key.c dispatch.c dsa.c kex.c hmac.c uuencode.c util.c
+ key.c dispatch.c dsa.c kex.c hmac.c uuencode.c util.c \
+ cli.c rijndael.c
NOPROFILE= yes
NOPIC= yes