summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/lib/Makefile
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2000-05-17 08:20:17 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2000-05-17 08:20:17 +0000
commitf52cd8d3171054eccbebe0630a19752f1272eb1b (patch)
treee7816e6e9410f346e6e330da1ba8da205406cc58 /usr.bin/ssh/lib/Makefile
parent9ec00b9fdfe93fe410f6932f84033553e51b74e2 (diff)
enable nonblocking IO for sshd w/ proto 1, too; split out common code
Diffstat (limited to 'usr.bin/ssh/lib/Makefile')
-rw-r--r--usr.bin/ssh/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/lib/Makefile b/usr.bin/ssh/lib/Makefile
index 35de105b496..aae1677ec7e 100644
--- a/usr.bin/ssh/lib/Makefile
+++ b/usr.bin/ssh/lib/Makefile
@@ -5,7 +5,7 @@ SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \
cipher.c compat.c compress.c crc32.c deattack.c fingerprint.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
+ key.c dispatch.c dsa.c kex.c hmac.c uuencode.c aux.c
NOPROFILE= yes
NOPIC= yes